Add event trigger #37

Open
aeddis wants to merge 12 commits from ci/fix_woodpecker into main
2 changed files with 35 additions and 24 deletions
Showing only changes of commit 91a0840ac4 - Show all commits

27
.woodpecker/main.yaml Normal file
View file

@ -0,0 +1,27 @@
when:
event:
- push
- pull_request
branch: main
steps:
- name: build
image: alpine:3.17.2
commands:
- apk update
- apk add zola
- zola build
- name: upload
image: plugins/s3
settings:
bucket: guide.deuxfleurs.fr
endpoint: https://garage.deuxfleurs.fr
region: garage
access_key:
from_secret: aws_access_key_id
secret_key:
from_secret: aws_secret_access_key
source: public/**/*
target: /
strip_prefix: public/

View file

@ -1,4 +1,9 @@
---
when:
event:
- push
- pull_request
branch: main
steps:
- name: build
image: alpine:3.17.2
@ -6,30 +11,9 @@ steps:
- apk update
- apk add zola
- zola build
- name: upload
- name: upload
when:
event:
- push
- pull_request
branch:
- main
image: plugins/s3
settings:
bucket: guide.deuxfleurs.fr
endpoint: https://garage.deuxfleurs.fr
region: garage
access_key:
from_secret: aws_access_key_id
secret_key:
from_secret: aws_secret_access_key
source: public/**/*
target: /
strip_prefix: public/
- name: upload
when:
event:
- push
- pull_request
branch:
- preprod
image: plugins/s3