Skip to content

Commit

Permalink
Removed code to destroy prod api before deply
Browse files Browse the repository at this point in the history
  • Loading branch information
jzongker committed Jul 1, 2024
1 parent 5fbfa5f commit 0fe5bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
npm run build
npm run copy-assets
npx serverless remove --stage Prod
# npx serverless remove --stage Prod
npx serverless deploy --stage Prod --verbose --force
- name: Serverless package contents
Expand Down

0 comments on commit 0fe5bb1

Please sign in to comment.