We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ffd45 commit d0a6165Copy full SHA for d0a6165
.github/workflows/ci-cd.yml
@@ -104,7 +104,7 @@ jobs:
104
105
environment:
106
name: staging
107
- url: https://solar-mining-api-dev.christopher-k.workers.dev
+ # URL handled automatically by Cloudflare Pages preview deployments
108
109
steps:
110
- name: Checkout code
@@ -189,7 +189,7 @@ jobs:
189
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
190
191
- name: Deploy Pages to production
192
- run: npm run pages:deploy:production
+ run: npm run pages:deploy
193
env:
194
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
195
0 commit comments