Skip to content

Commit

Permalink
Stop deploying to websocket environment
Browse files Browse the repository at this point in the history
  • Loading branch information
gzurowski committed Sep 17, 2024
1 parent e627300 commit 2e24ffb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,6 @@ jobs:
deployment_package: target/deploy.zip
wait_for_environment_recovery: 120

- name: Deploy ${{ env.DEPLOY_ENV }} Backend - Websocket
uses: einaregilsson/beanstalk-deploy@v22
with:
aws_access_key: ${{ steps.aws_credentials.outputs.aws-access-key-id }}
aws_secret_key: ${{ steps.aws_credentials.outputs.aws-secret-access-key }}
application_name: backend
environment_name: ${{ env.DEPLOY_ENV }}-backend-websocket
version_label: ${{ env.SHORT_GIT_SHA }}
use_existing_version_if_available: true
region: us-west-2
deployment_package: target/deploy.zip
wait_for_environment_recovery: 120

- name: Deploy ${{ env.DEPLOY_ENV }} Backend - Main Worker
uses: einaregilsson/beanstalk-deploy@v22
with:
Expand Down

0 comments on commit 2e24ffb

Please sign in to comment.