From 01f86fef078cc1b4f548da235ecc25e20fad39a4 Mon Sep 17 00:00:00 2001 From: aloftus23 Date: Wed, 20 Nov 2024 20:35:31 -0500 Subject: [PATCH] Remove the deploy backend removal --- .github/workflows/backend.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 988a2ba5..02a0db18 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -227,13 +227,6 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} SLS_DEBUG: '*' - - name: Deploy backend - run: npx sls remove --stage=integration - env: - AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} - AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - SLS_DEBUG: '*' - - name: Deploy backend run: npx sls deploy --stage=integration env: