Skip to content

Commit 83fc6f9

Browse files
Archive build before deploy
1 parent 4e166d6 commit 83fc6f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
3838

3939
- name: Deploy Project Artifacts to Vercel
40-
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
40+
run: vercel deploy --prebuilt --archive=tgz --token=${{ secrets.VERCEL_TOKEN }}

.github/workflows/deploy_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
3636

3737
- name: Deploy Project Artifacts to Vercel
38-
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
38+
run: vercel deploy --prebuilt --archive=tgz --prod --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)