Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 589 Bytes

github-actions.md

File metadata and controls

23 lines (14 loc) · 589 Bytes

Github Actions

The main entrypoint for github actions is github_actions.py


Continuous deployment

The above script github_actions.py has a class config at Config.ACTION_CHANGE_DIRS that will glob files and match actions based on what files have changed


Manual Actions

If for whatever reason you need to manually kick off a deployment, you can do so here.

Manual actions can be run by going to The Manual Actions Page and selecting Run workflow