Skip to content

Commit

Permalink
edit: vercel workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin1904 committed Aug 4, 2023
1 parent 2f3f470 commit 737788a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/vercel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
uses: actions/checkout@v3
- name: install vercel cli
run: npm install -global vercel@latest
- name: Set environment variables from .env file
run: |
set -a
source .env
set +a
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
Expand Down

0 comments on commit 737788a

Please sign in to comment.