Skip to content

Commit 5ce5857

Browse files
committed
feat: add --archive=tgz to deploy vercel
1 parent 885eab4 commit 5ce5857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vercel-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
5454

5555
- name: Deploy Project Artifacts
56-
run: vercel deploy --prebuilt ${{ inputs.prodFlag }} --token=${{ secrets.VERCEL_TOKEN }}
56+
run: vercel deploy --prebuilt ${{ inputs.prodFlag }} --archive=tgz --token=${{ secrets.VERCEL_TOKEN }}
5757
env:
5858
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
5959
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}

0 commit comments

Comments
 (0)