From 0a989240c75315f149ef75c15521da91c72bc341 Mon Sep 17 00:00:00 2001 From: lauralani Date: Wed, 28 Feb 2024 10:05:34 +0100 Subject: [PATCH] update CI --- .woodpecker/deploy-cloudflare.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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