You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the scripted tasks are intended to be safe and idempotent (able to run many times over with no risk), this small app was built to kick off manual task runs on circle ci without any auth: https://github.com/CivicTechTO/circleci-job-runner
(The above being safe relies on all relevant spreadsheets to have restricted edit access control.)
Would be nice if there was a simple GitHub Pages static site that could render information from the YML config file and offer a button to kick off the tasks as well.
Potential Features
render the YML config as a pretty website on GitHub Pages
Right now, the interface for running the scripts is circleCI, and it's configured via:
https://github.com/CivicTechTO/civictechto-scripts/blob/master/.circleci/config.yml
Since the scripted tasks are intended to be safe and idempotent (able to run many times over with no risk), this small app was built to kick off manual task runs on circle ci without any auth:
https://github.com/CivicTechTO/circleci-job-runner
(The above being safe relies on all relevant spreadsheets to have restricted edit access control.)
Would be nice if there was a simple GitHub Pages static site that could render information from the YML config file and offer a button to kick off the tasks as well.
Potential Features
circleci-job-runner
)The text was updated successfully, but these errors were encountered: