Fix yaml lint

This commit is contained in:
Aeddis 2024-09-26 15:33:13 +02:00
parent 91a0840ac4
commit 78fac775bc
2 changed files with 10 additions and 12 deletions

View file

@ -1,9 +1,9 @@
---
when: when:
event: event:
- push - push
- pull_request - pull_request
branch: main branch: main
steps: steps:
- name: build - name: build
image: alpine:3.17.2 image: alpine:3.17.2
@ -11,7 +11,6 @@ steps:
- apk update - apk update
- apk add zola - apk add zola
- zola build - zola build
- name: upload - name: upload
image: plugins/s3 image: plugins/s3
settings: settings:
@ -24,4 +23,4 @@ steps:
from_secret: aws_secret_access_key from_secret: aws_secret_access_key
source: public/**/* source: public/**/*
target: / target: /
strip_prefix: public/ strip_prefix: public/

View file

@ -1,9 +1,9 @@
---
when: when:
event: event:
- push - push
- pull_request - pull_request
branch: main branch: preprod
steps: steps:
- name: build - name: build
image: alpine:3.17.2 image: alpine:3.17.2
@ -11,8 +11,7 @@ steps:
- apk update - apk update
- apk add zola - apk add zola
- zola build - zola build
- name: upload
- name: upload
when: when:
branch: branch:
- preprod - preprod