Modification du déploiement
This commit is contained in:
parent
73e7f1ca3e
commit
84528457ac
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: prod
|
||||
name: production
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
|
@ -15,7 +15,7 @@ steps:
|
|||
- name: deploy
|
||||
image: klakegg/hugo:0.101.0-ext-debian-ci
|
||||
commands:
|
||||
- hugo deploy
|
||||
- hugo deploy --target=production
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
@ -30,8 +30,8 @@ steps:
|
|||
- name: build
|
||||
image: klakegg/hugo:0.101.0-ext-debian-ci
|
||||
commands:
|
||||
- hugo --minify --environment staging
|
||||
- hugo --minify --buildDrafts --buildFuture --environment staging
|
||||
- name: deploy
|
||||
image: klakegg/hugo:0.101.0-ext-debian-ci
|
||||
commands:
|
||||
- hugo deploy
|
||||
- hugo deploy --target=staging
|
||||
|
|
|
@ -146,7 +146,11 @@ Languages:
|
|||
|
||||
deployment:
|
||||
targets:
|
||||
- URL: >-
|
||||
- name: production
|
||||
URL: >-
|
||||
s3://jarnat.fr?endpoint=http://roquette.resilien:3900&disableSSL=true&s3ForcePathStyle=true®ion=garage
|
||||
- name: staging
|
||||
URL: >-
|
||||
s3://staging.jarnat.fr?endpoint=http://roquette.resilien:3900&disableSSL=true&s3ForcePathStyle=true®ion=garage
|
||||
|
||||
disableHugoGeneratorInject: true
|
||||
|
|
Loading…
Reference in New Issue