Skip to content

Commit

Permalink
ci: change vercel cli scope
Browse files Browse the repository at this point in the history
  • Loading branch information
diego3g committed Mar 2, 2024
1 parent 588d509 commit 2ec9e06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
run: pnpm i -g vercel@latest

- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
run: vercel pull --scope rocketseat --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
run: vercel build --scope rocketseat --prod --token=${{ secrets.VERCEL_TOKEN }}

- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
run: vercel deploy --scope rocketseat --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit 2ec9e06

Please sign in to comment.