Skip to content

Commit

Permalink
chore: clean up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FlickerSoul committed May 3, 2024
1 parent 1362b8c commit a8a7e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: Set Up Vercel
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: ls && vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} -A vercel.json
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} -A vercel.json
- name: Deploy to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit a8a7e22

Please sign in to comment.