diff options
Diffstat (limited to '.woodpecker/main.yaml')
-rw-r--r-- | .woodpecker/main.yaml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.woodpecker/main.yaml b/.woodpecker/main.yaml index ff910e1..b68f993 100644 --- a/.woodpecker/main.yaml +++ b/.woodpecker/main.yaml @@ -1,9 +1,9 @@ +--- when: event: - - push - - pull_request - branch: main - + - push + - pull_request + branch: main steps: - name: build image: alpine:3.17.2 @@ -11,7 +11,6 @@ steps: - apk update - apk add zola - zola build - - name: upload image: plugins/s3 settings: @@ -24,4 +23,4 @@ steps: from_secret: aws_secret_access_key source: public/**/* target: / - strip_prefix: public/
\ No newline at end of file + strip_prefix: public/ |