Skip to content

Commit

Permalink
cd: cd-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leifermendez committed Apr 2, 2024
1 parent 16f8220 commit b32b94c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@ jobs:
Deploy-Preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Vercel CLI
run: npm install --global vercel@latest
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/

- run: corepack enable
- run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
Expand Down

0 comments on commit b32b94c

Please sign in to comment.