Skip to content

Commit

Permalink
Update devdeploy.yml
Browse files Browse the repository at this point in the history
work around for missing github environmental settings
  • Loading branch information
developersteve authored Jun 24, 2024
1 parent b69b234 commit f13e59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: devdeploy
environment: testnet

steps:
- name: Checkout repository
Expand Down Expand Up @@ -43,6 +43,6 @@ jobs:
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_PROJECT_NAME: ${{ secrets.CLOUDFLARE_PROJECT_NAME }}
CLOUDFLARE_PROJECT_NAME: "devwebui"
run: |
npx wrangler pages deploy ./apps/info-dashboard/out --project-name=$CLOUDFLARE_PROJECT_NAME --branch=main

0 comments on commit f13e59e

Please sign in to comment.