diff --git a/.woodpecker/deploy.yaml b/.woodpecker/deploy.yaml index 685ef7d..41b5e2b 100644 --- a/.woodpecker/deploy.yaml +++ b/.woodpecker/deploy.yaml @@ -3,9 +3,7 @@ steps: image: node:19 when: - event: push - - branch: - - main - - staging + branch: [main, staging] commands: - npm install -D @11ty/eleventy - npx @11ty/eleventy --input=. --output=public @@ -14,7 +12,7 @@ steps: image: alpine:latest when: - event: push - - branch: staging + branch: staging secrets: - SSH_KEY environment: @@ -35,7 +33,7 @@ steps: image: alpine:latest when: - event: push - - branch: main + branch: main secrets: - SSH_KEY environment: