1
0
Fork 0

fix!(cd~pages-deploy): build step hotfix part 2
All checks were successful
ci/woodpecker/push/pages-deploy Pipeline was successful

This commit is contained in:
stag-enterprises 2024-11-25 13:38:36 -05:00
parent 4d1b94903f
commit e8caebd2cb

View file

@ -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