Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Mar 24, 2024
1 parent 426b1bf commit e87495b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
run: |
cd frontend
vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
vercel build
vercel deploy --prebuilt
vercel build --token=${{ secrets.VERCEL_TOKEN }}
vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
# NOTE - also possible to do without intermediate but requires interaction with live cloud-run api
# - name: Generate preview
Expand Down

0 comments on commit e87495b

Please sign in to comment.