Skip to content

Commit 3e9f510

Browse files
committed
Forcing recreation of prod stage
1 parent 1ebba6b commit 3e9f510

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
run: |
5656
npm run build
5757
npm run copy-assets
58+
npx serverless remove --stage Prod
5859
npx serverless deploy --stage Prod --verbose --force
5960
6061
- name: Serverless package contents

0 commit comments

Comments
 (0)