Skip to content

Commit

Permalink
chore: deploy staging and prod to new linux environments (#4369)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomrc authored Aug 15, 2023
1 parent e4c3012 commit ca84e53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .elasticbeanstalk/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
branch-defaults:
staging:
environment: wire-account-staging
environment: wire-account-staging-al2
main:
environment: wire-account-prod
environment: wire-account-prod-al2
deploy:
artifact: wire-account.zip
global:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
aws_access_key: ${{secrets.WEBTEAM_AWS_ACCESS_KEY_ID}}
aws_secret_key: ${{secrets.WEBTEAM_AWS_SECRET_ACCESS_KEY}}
application_name: ${{env.AWS_APPLICATION_NAME}}
environment_name: wire-account-staging
environment_name: wire-account-staging-al2
region: eu-central-1
deployment_package: ${{env.AWS_BUILD_ZIP_PATH}}
wait_for_deployment: false
Expand All @@ -141,7 +141,7 @@ jobs:
aws_access_key: ${{secrets.WEBTEAM_AWS_ACCESS_KEY_ID}}
aws_secret_key: ${{secrets.WEBTEAM_AWS_SECRET_ACCESS_KEY}}
application_name: ${{env.AWS_APPLICATION_NAME}}
environment_name: wire-account-prod
environment_name: wire-account-prod-al2
region: eu-central-1
deployment_package: ${{env.AWS_BUILD_ZIP_PATH}}
wait_for_deployment: false
Expand Down

0 comments on commit ca84e53

Please sign in to comment.