Skip to content

Commit

Permalink
Merge pull request #291 from ayuki-joto/update-production-enviroment-…
Browse files Browse the repository at this point in the history
…name

Update production enviroment name
  • Loading branch information
ayuki-joto authored Oct 18, 2021
2 parents 18f50d0 + 3ab150f commit 5c5eee5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
id: set-env-production
if: endsWith(github.ref, 'heads/master') || contains(github.ref, 'tags/v')
run: |
echo "IMAGE_TAG_PREFIX=production" >> $GITHUB_ENV
echo "EB_ENVIRONMENT_NAME=production" >> $GITHUB_ENV
echo "IMAGE_TAG_PREFIX=production-v0-23-5" >> $GITHUB_ENV
echo "EB_ENVIRONMENT_NAME=production-v0-23-5" >> $GITHUB_ENV
- name: Output App Env
id: output-app-env
Expand Down
6 changes: 3 additions & 3 deletions deployments/production/00_env_options.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ option_settings:
"aws:elasticbeanstalk:application:environment":
AWS_ACCESS_KEY_ID: "{{resolve:ssm:/decidim-cfj/production/AWS_ACCESS_KEY_ID:1}}"
AWS_SECRET_ACCESS_KEY: "{{resolve:ssm:/decidim-cfj/production/AWS_SECRET_ACCESS_KEY:1}}"
REDIS_URL: "{{resolve:ssm:/decidim-cfj/production/REDIS_URL:1}}"
REDIS_URL: "{{resolve:ssm:/decidim-cfj/production/REDIS_URL:2}}"
RDS_DB_NAME: "{{resolve:ssm:/decidim-cfj/production/RDS_DB_NAME:1}}"
RDS_HOSTNAME: "{{resolve:ssm:/decidim-cfj/production/RDS_HOSTNAME:1}}"
RDS_HOSTNAME: "{{resolve:ssm:/decidim-cfj/production/RDS_HOSTNAME:2}}"
RDS_USERNAME: "{{resolve:ssm:/decidim-cfj/production/RDS_USERNAME:1}}"
RDS_PASSWORD: "{{resolve:ssm:/decidim-cfj/production/RDS_PASSWORD:1}}"
SECRET_KEY_BASE: "{{resolve:ssm:/decidim-cfj/production/SECRET_KEY_BASE:1}}"
Expand All @@ -13,6 +13,6 @@ option_settings:
SMTP_PASSWORD: "{{resolve:ssm:/decidim-cfj/production/SMTP_PASSWORD:1}}"
SMTP_ADDRESS: email-smtp.us-east-1.amazonaws.com
SMTP_DOMAIN: diycities.jp
AWS_BUCKET_NAME: cfj-decidim
AWS_BUCKET_NAME: cfj-decidim-v0235
RAILS_SKIP_MIGRATIONS: false
DECIDIM_COMMENTS_LIMIT: 30

0 comments on commit 5c5eee5

Please sign in to comment.