load the correct perm file on staging w/ burnettk

This commit is contained in:
jasquat 2022-12-14 14:35:08 -05:00
parent 38ca1d60b3
commit 9e260fbe55
1 changed files with 1 additions and 0 deletions

View File

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