Skip to content

Commit 502b80b

Browse files
committed
Commented out line to destroy/recreate prod api
1 parent 3e9f510 commit 502b80b

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)