Skip to content

Commit

Permalink
Merge pull request #94 from codigoencasa/docs/quick
Browse files Browse the repository at this point in the history
fix: doc cd
  • Loading branch information
leifermendez authored Apr 2, 2024
2 parents b293554 + 1f99c76 commit 3ccb423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}

- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit 3ccb423

Please sign in to comment.