Skip to content

feat: add --archive=tgz to deploy vercel #1

feat: add --archive=tgz to deploy vercel

feat: add --archive=tgz to deploy vercel #1

Workflow file for this run

name: Vercel Production Deployment
on:
push:
branches:
- main
jobs:
deploy-en:
uses: ./.github/workflows/vercel-deploy.yml
with:
environment: production
prodFlag: --prod
secrets:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_EN_ID }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
deploy-zh-hans:
uses: ./.github/workflows/vercel-deploy.yml
with:
environment: production
prodFlag: --prod
secrets:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ZH_HANS_ID }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}