diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 6428fef..0707d1c 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -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 }} \ No newline at end of file + run: vercel deploy --scope rocketseat --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} \ No newline at end of file