Skip to content

Commit

Permalink
fix: vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Jan 16, 2023
1 parent 1aab998 commit bc7ed79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --token=${{ secrets.VERCEL_TOKEN }}

- name: cat
run: cat .vercel/.env.development.local && cat .vercel/project.json
- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit bc7ed79

Please sign in to comment.