mirror of
https://github.com/exogen/t2-model-skinner.git
synced 2026-07-09 21:44:44 +00:00
create cloudflare project
This commit is contained in:
parent
0ac723489c
commit
8db82d0b70
1 changed files with 7 additions and 0 deletions
7
.github/workflows/deploy-cloudflare.yml
vendored
7
.github/workflows/deploy-cloudflare.yml
vendored
|
|
@ -22,6 +22,13 @@ jobs:
|
|||
|
||||
- run: npm run build
|
||||
|
||||
- uses: cloudflare/wrangler-action@v3
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
command: pages project create t2-model-skinner --production-branch=main
|
||||
continue-on-error: true
|
||||
|
||||
- uses: cloudflare/wrangler-action@v3
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue