commit on save yes for now

This commit is contained in:
burnettk 2023-01-20 19:00:46 -05:00
parent aff7c5c9e9
commit 2a55c05473
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ from os import environ
GIT_BRANCH = environ.get("GIT_BRANCH", default="staging")
GIT_BRANCH_TO_PUBLISH_TO = environ.get("GIT_BRANCH_TO_PUBLISH_TO", default="main")
GIT_COMMIT_ON_SAVE = False
GIT_COMMIT_ON_SAVE = True
SPIFFWORKFLOW_BACKEND_PERMISSIONS_FILE_NAME = "staging.yml"