Skip to content

Commit

Permalink
Merge pull request #356 from ayuki-joto/update-production-environment…
Browse files Browse the repository at this point in the history
…-v0243

update production environment name
  • Loading branch information
ayuki-joto authored Mar 31, 2022
2 parents f69d238 + 3f7697b commit f4490d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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-v0-23-5" >> $GITHUB_ENV
echo "EB_ENVIRONMENT_NAME=production-v0-23-5" >> $GITHUB_ENV
echo "IMAGE_TAG_PREFIX=production-v0-24-3" >> $GITHUB_ENV
echo "EB_ENVIRONMENT_NAME=production-v0-24-3" >> $GITHUB_ENV
- name: Output App Env
id: output-app-env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ option_settings:
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}}"
AWS_CLOUD_FRONT_END_POINT: "{{resolve:ssm:/decidim-cfj/production/AWS_CLOUD_FRONT_END_POINT:1}}"
REDIS_URL: "{{resolve:ssm:/decidim-cfj/production/REDIS_URL:2}}"
REDIS_URL: "{{resolve:ssm:/decidim-cfj/production/REDIS_URL:3}}"
RDS_DB_NAME: "{{resolve:ssm:/decidim-cfj/production/RDS_DB_NAME:1}}"
RDS_HOSTNAME: "{{resolve:ssm:/decidim-cfj/production/RDS_HOSTNAME:2}}"
RDS_HOSTNAME: "{{resolve:ssm:/decidim-cfj/production/RDS_HOSTNAME:3}}"
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 @@ -14,6 +14,6 @@ option_settings:
SMTP_USERNAME: "{{resolve:ssm:/decidim-cfj/production/SMTP_USERNAME:2}}"
SMTP_PASSWORD: "{{resolve:ssm:/decidim-cfj/production/SMTP_PASSWORD:2}}"
SMTP_DOMAIN: diycities.jp
AWS_BUCKET_NAME: cfj-decidim-v0235
AWS_BUCKET_NAME: cfj-decidim-v0243
RAILS_SKIP_MIGRATIONS: false
DECIDIM_COMMENTS_LIMIT: 30
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ option_settings:
MinSize: 3
MaxSize: 5
"aws:ec2:instances":
InstanceTypes: t2.medium
InstanceTypes: t2.large
"aws:elasticbeanstalk:cloudwatch:logs":
StreamLogs: true
DeleteOnTerminate: false
Expand Down

0 comments on commit f4490d0

Please sign in to comment.