Skip to content

Commit

Permalink
chore(ci): add missing pull env
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Dec 3, 2023
1 parent c4e527c commit 36f398f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
with:
node-version-file: "package.json"
cache: "pnpm"
- name: Build Project Artifacts
- name: Pull environment information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts
- name: Deploy artifacts
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit 36f398f

Please sign in to comment.