Skip to content

Commit a0beb74

Browse files
committed
chore: add --archive=tgz to vercel deploy (for rate limiting)
1 parent 58b3bd4 commit a0beb74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sharevb-vercel-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: Build Project Artifacts
1919
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
2020
- name: Deploy Project Artifacts to Vercel
21-
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
21+
run: vercel deploy --prebuilt --archive=tgz --token=${{ secrets.VERCEL_TOKEN }}

.github/workflows/sharevb-vercel-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: Build Project Artifacts
1919
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
2020
- name: Deploy Project Artifacts to Vercel
21-
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
21+
run: vercel deploy --prebuilt --archive=tgz --prod --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)