aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/preprod.yaml
diff options
context:
space:
mode:
authorAeddis <aeddis@deuxfleurs.fr>2024-09-26 15:33:13 +0200
committerAeddis <aeddis@deuxfleurs.fr>2024-09-26 15:33:13 +0200
commit78fac775bc538e95f87921c6b19439255b63a092 (patch)
tree9cd9d48992bc6bc0fdcdedf8d33a5cb6a8153fac /.woodpecker/preprod.yaml
parent91a0840ac4295d9641cf857af845e310c085ad1d (diff)
downloadguide.deuxfleurs.fr-78fac775bc538e95f87921c6b19439255b63a092.tar.gz
guide.deuxfleurs.fr-78fac775bc538e95f87921c6b19439255b63a092.zip
Fix yaml lint
Diffstat (limited to '.woodpecker/preprod.yaml')
-rw-r--r--.woodpecker/preprod.yaml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.woodpecker/preprod.yaml b/.woodpecker/preprod.yaml
index 29c03b8..f3f8e79 100644
--- a/.woodpecker/preprod.yaml
+++ b/.woodpecker/preprod.yaml
@@ -1,9 +1,9 @@
+---
when:
event:
- - push
- - pull_request
- branch: main
-
+ - push
+ - pull_request
+ branch: preprod
steps:
- name: build
image: alpine:3.17.2
@@ -11,8 +11,7 @@ steps:
- apk update
- apk add zola
- zola build
-
- - name: upload
+ - name: upload
when:
branch:
- preprod