diff --git a/.woodpecker/deploy-cloudflare.yaml b/.woodpecker/deploy-cloudflare.yaml index e0b92ec..1f281ab 100644 --- a/.woodpecker/deploy-cloudflare.yaml +++ b/.woodpecker/deploy-cloudflare.yaml @@ -11,13 +11,13 @@ steps: - wget https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && apt install ./hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && rm -f hugo_extended_$${HUGO_VERSION}_linux-amd64.deb - hugo --minify --destination ./public - deploy-production: + deploy-cloudflare-production: image: node:alpine # image: lauralani/netlify-cli:latest pull: true when: - event: push - branch: staging + branch: main secrets: - CLOUDFLARE_ACCOUNT_ID - CLOUDFLARE_API_TOKEN