Skip to content

Commit

Permalink
chore: deploy staging and prod to new environments (#5059)
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Gira authored Oct 22, 2024
1 parent 2129ae9 commit 15a3912
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-al2
environment: wire-account-staging
main:
environment: wire-account-prod-al2
environment: wire-account-prod
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 @@ -128,7 +128,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-al2
environment_name: wire-account-staging
region: eu-central-1
deployment_package: ${{env.AWS_BUILD_ZIP_PATH}}
wait_for_deployment: false
Expand All @@ -143,7 +143,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-al2
environment_name: wire-account-prod
region: eu-central-1
deployment_package: ${{env.AWS_BUILD_ZIP_PATH}}
wait_for_deployment: false
Expand Down

0 comments on commit 15a3912

Please sign in to comment.