Skip to content

Commit

Permalink
Revert "Remove the deploy backend removal"
Browse files Browse the repository at this point in the history
This reverts commit 01f86fe.
  • Loading branch information
aloftus23 committed Nov 21, 2024
1 parent 01f86fe commit 554f4d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 554f4d8

Please sign in to comment.