Skip to content

Commit

Permalink
💚
Browse files Browse the repository at this point in the history
Signed-off-by: danigonzser <[email protected]>
  • Loading branch information
danigonzser committed Nov 6, 2024
1 parent 5a814a3 commit 0eeaf10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token="$VERCEL_TOKEN"
run: vercel pull --yes --environment=preview --token=$VERCEL_TOKEN
- name: Build Project Artifacts
run: vercel build --token="$VERCEL_TOKEN"
run: vercel build --token=$VERCEL_TOKEN
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token="$VERCEL_TOKEN"
run: vercel deploy --prebuilt --token=$VERCEL_TOKEN
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
Expand Down

0 comments on commit 0eeaf10

Please sign in to comment.