erase steps
This commit is contained in:
parent
78fac775bc
commit
2a21fb57d6
1 changed files with 0 additions and 13 deletions
|
@ -11,16 +11,3 @@ steps:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add zola
|
- apk add zola
|
||||||
- zola build
|
- 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/
|
|
||||||
|
|
Loading…
Reference in a new issue