Skip to content

Commit

Permalink
debug: workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bensigo committed Sep 27, 2023
1 parent f85d97c commit 866eab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: ls existing variables
run: vercel env ls preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Pull Vercel Environment Information
run: vercel pull .env.preview.local --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} > .env.local
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }} --yes
- name: Deploy Project Artifacts to Vercel
Expand Down

0 comments on commit 866eab6

Please sign in to comment.