Skip to content

Commit

Permalink
fix: fix missing vercel output
Browse files Browse the repository at this point in the history
  • Loading branch information
emnnipal committed Sep 26, 2022
1 parent c7cd065 commit 06bf6e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Install Vercel CLI
run: pnpm add -g vercel@latest

- name: Build Project Artifacts
run: vercel build --token=${{ secrets.vercel_token }}

- name: Set node environment variables
run: echo ${{ secrets.app_env }} | openssl base64 -d -A -out .env

Expand Down

0 comments on commit 06bf6e3

Please sign in to comment.