Publish to garagehq.deuxfleurs.fr
This commit is contained in:
parent
43b13306ed
commit
49e2a730d1
2 changed files with 6 additions and 6 deletions
10
.drone.yml
10
.drone.yml
|
@ -20,12 +20,12 @@ steps:
|
||||||
- name: build-zola
|
- name: build-zola
|
||||||
image: ghcr.io/getzola/zola:v0.15.3
|
image: ghcr.io/getzola/zola:v0.15.3
|
||||||
entrypoint: [ "/bin/zola" ]
|
entrypoint: [ "/bin/zola" ]
|
||||||
command: [ "build", "-u", "https://garagehq-new.garage-staging-web.home.adnab.me" ]
|
command: [ "build", "-u", "https://garagehq.deuxfleurs.fr" ]
|
||||||
|
|
||||||
- name: upload
|
- name: upload
|
||||||
image: plugins/s3
|
image: plugins/s3
|
||||||
settings:
|
settings:
|
||||||
bucket: garagehq-new
|
bucket: garagehq.deuxfleurs.fr
|
||||||
access_key:
|
access_key:
|
||||||
from_secret: aws_access_key_id
|
from_secret: aws_access_key_id
|
||||||
secret_key:
|
secret_key:
|
||||||
|
@ -34,8 +34,8 @@ steps:
|
||||||
strip_prefix: public/
|
strip_prefix: public/
|
||||||
target: /
|
target: /
|
||||||
path_style: true
|
path_style: true
|
||||||
endpoint: https://garage-staging.home.adnab.me
|
endpoint: https://garage.deuxfleurs.fr
|
||||||
region: garage-staging
|
region: garage
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
@ -44,6 +44,6 @@ steps:
|
||||||
- pull_request
|
- pull_request
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: bb766660f6abee755fe7b3e2a9577fe7628103cde2e20b4fdb584bd390d491c9
|
hmac: 8420ca485ee30f847d4f7f3bf8a40eedb5b4697c91ec1e7005366cdb30282c59
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
2
garage
2
garage
|
@ -1 +1 @@
|
||||||
Subproject commit d5e7e52a00d8f3632585c50fc99f3e154fa7738c
|
Subproject commit 172189bfe4ec19871d744ab504b3792fddf361d8
|
Loading…
Reference in a new issue