Skip to content

Commit

Permalink
adds missing envvar to deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frabarz committed Jun 5, 2024
1 parent cd99cd8 commit b1af631
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_PROJECT_NAME: ${{ secrets.CLOUDFLARE_PROJECT_NAME }}
run: npx wrangler pages publish apps/vitejs/dist/ --project-name $CLOUDFLARE_PROJECT_NAME --account-id $CLOUDFLARE_ACCOUNT_ID --api-token $CLOUDFLARE_API_TOKEN
OLAPPROXY_TARGET: https://api.datasaudi.sa/
run: npx wrangler pages deploy apps/vitejs/dist/ --project-name $CLOUDFLARE_PROJECT_NAME

0 comments on commit b1af631

Please sign in to comment.