Skip to content

Commit 1d648a9

Browse files
Move archive build to split-tgz (in beta)
1 parent 83fc6f9 commit 1d648a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy_preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ jobs:
3636
- name: Build Project Artifacts
3737
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
3838

39+
# https://vercel.com/changelog/cli-archive-deployments-are-now-up-to-30-faster-with-split-tgz-archive
3940
- name: Deploy Project Artifacts to Vercel
40-
run: vercel deploy --prebuilt --archive=tgz --token=${{ secrets.VERCEL_TOKEN }}
41+
run: vercel deploy --prebuilt --archive=split-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 --archive=tgz --prod --token=${{ secrets.VERCEL_TOKEN }}
38+
run: vercel deploy --prebuilt --archive=split-tgz --prod --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)