Skip to content

Commit 5fbfa5f

Browse files
committed
Added back code to destroy/recreate api
1 parent 502b80b commit 5fbfa5f

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)