Skip to content

Commit 0fe5bb1

Browse files
committed
Removed code to destroy prod api before deply
1 parent 5fbfa5f commit 0fe5bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
npm run build
5757
npm run copy-assets
58-
npx serverless remove --stage Prod
58+
# npx serverless remove --stage Prod
5959
npx serverless deploy --stage Prod --verbose --force
6060
6161
- name: Serverless package contents

0 commit comments

Comments
 (0)