From 554f4d8c73c364f2c69af864475056aa6edc0b23 Mon Sep 17 00:00:00 2001 From: aloftus23 Date: Wed, 20 Nov 2024 20:39:24 -0500 Subject: [PATCH] Revert "Remove the deploy backend removal" This reverts commit 01f86fef078cc1b4f548da235ecc25e20fad39a4. --- .github/workflows/backend.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 02a0db18..988a2ba5 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -227,6 +227,13 @@ 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: