Skip to content

Commit

Permalink
Force redeploy on integration backend
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Nov 21, 2024
1 parent a79d7fc commit 2287c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
SLS_DEBUG: '*'

- name: Deploy backend
run: npx sls deploy --stage=integration
run: npx sls deploy --stage=integration --force
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 2287c63

Please sign in to comment.