Skip to content

Commit

Permalink
DIGITAL-158: Allow automatically deploying releases and hotfixes to t…
Browse files Browse the repository at this point in the history
…he stage environment.
  • Loading branch information
mattsqd committed Jan 3, 2025
1 parent accc95f commit 899784c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloudgov-deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
DRUPAL_INSTANCES=${{ vars.MAIN_INSTANCES }}
GSA_AUTH_KEY=${{ secrets.GSA_AUTH_PRODUCTION_KEY }}
;;
stage)
stage | release/* | hotfix/*)
CF_SPACE="staging"
DRUPAL_MEMORY=${{ vars.STAGE_CMS_MEMORY }}
DRUPAL_INSTANCES=${{ vars.STAGE_INSTANCES }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-deploy-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
main)
CF_SPACE="prod"
;;
stage)
stage | release/* | hotfix/*)
CF_SPACE="staging"
;;
esac
Expand Down

0 comments on commit 899784c

Please sign in to comment.