Skip to content

Commit

Permalink
Update deploy-production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MangoSwirl authored Jun 23, 2024
1 parent 0c551e8 commit 557fb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}

- name: Deploy Project Artifacts to Vercel
run: vercel deploy --name tooling --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
run: vercel deploy --name highlander-robotics-projects/tooling --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

- name: Delete Neon Branch
uses: neondatabase/delete-branch-action@v2
Expand Down

0 comments on commit 557fb6f

Please sign in to comment.