Skip to content

Commit

Permalink
fix: group variables by environment
Browse files Browse the repository at this point in the history
  • Loading branch information
gweiying committed May 18, 2022
1 parent 01c4e54 commit f620fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ env:
EB_APP_PRODUCTION: gosg-production
EB_ENV_PRODUCTION: gosg-production
EB_ENV_EDU_PRODUCTION: edu-production
EB_ENV_HEALTH_PRODUCTION: health-production
EB_APP_STAGING: gosg-stag
EB_ENV_STAGING: gosg-stag
EB_ENV_EDU_STAGING: edu-staging
EB_ENV_HEALTH_STAGING: health-staging
EB_ENV_HEALTH_PRODUCTION: health-production
ECR_URL: 116366738264.dkr.ecr.ap-southeast-1.amazonaws.com
ECR_REPO: gogovsg
SENTRY_URL: https://sentry.io/
Expand Down

0 comments on commit f620fdf

Please sign in to comment.