fix!(cd~pages-deploy): build step hotfix part 2
All checks were successful
ci/woodpecker/push/pages-deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/pages-deploy Pipeline was successful
This commit is contained in:
parent
4d1b94903f
commit
e8caebd2cb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ steps:
|
|||
from_secret: CLOUDFLARE_API_TOKEN
|
||||
commands:
|
||||
# Create the project if not already done
|
||||
- '!(wrangler pages project list | grep -q $PROJECT_NAME) && wrangler pages project create $PROJECT_NAME --production-branch $BRANCH_NAME'
|
||||
- 'if ! wrangler pages project list | grep -q "$PROJECT_NAME"; then wrangler pages project create "$PROJECT_NAME" --production-branch "$BRANCH_NAME"; fi'
|
||||
|
||||
- name: deploy
|
||||
image: git.disroot.org/stagenterprises/woodpecker-cloudflare-pages
|
||||
|
|
Loading…
Reference in a new issue