From 2e24ffb10f742feba82ecb6a21b9370eb82b324e Mon Sep 17 00:00:00 2001 From: Gregor Zurowski Date: Tue, 17 Sep 2024 13:28:14 +0000 Subject: [PATCH] Stop deploying to websocket environment --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddcebd981..e0a0c1153 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: