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 7e5a4dd commit 0c551e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}

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

- name: Delete Neon Branch
uses: neondatabase/delete-branch-action@v2
with:
project_id: ${{ secrets.NEON_PROJECT_ID }}
branch_id: ${{ steps.get-neon-branch-id.outputs.branch_id }}
api_key: ${{ secrets.NEON_API_KEY }}
api_key: ${{ secrets.NEON_API_KEY }}

0 comments on commit 0c551e8

Please sign in to comment.