Skip to content

Commit

Permalink
Don't prebuild scheduled deployment (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtyler authored Feb 21, 2024
1 parent cf4a562 commit 31b0a8d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/scheduled-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
- uses: actions/checkout@v2
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
run: vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit 31b0a8d

Please sign in to comment.