feat(Drone): Désactive le déploiement de RésiLien
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
cb1370a7df
commit
da600373c5
34
.drone.yml
34
.drone.yml
|
@ -103,21 +103,21 @@ steps:
|
|||
- hugo --minify --environment cremeaux.org
|
||||
- hugo deploy --environment cremeaux.org
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: RésiLien
|
||||
# ---
|
||||
# kind: pipeline
|
||||
# type: docker
|
||||
# name: RésiLien
|
||||
|
||||
steps:
|
||||
- name: Installation des dépendances & construction du site
|
||||
image: hugomods/hugo:exts-0.123.8
|
||||
environment:
|
||||
AWS_ACCESS_KEY_ID:
|
||||
from_secret: CREMEAUX_AWS_ACCESS_KEY_ID
|
||||
AWS_SECRET_ACCESS_KEY:
|
||||
from_secret: CREMEAUX_AWS_SECRET_ACCESS_KEY
|
||||
commands:
|
||||
- npm install --ignore-scripts
|
||||
- hugo --minify --environment staging.resilien.fr
|
||||
- hugo --minify --environment staging.resilien.fr
|
||||
- hugo deploy --environment staging.resilien.fr
|
||||
# steps:
|
||||
# - name: Installation des dépendances & construction du site
|
||||
# image: hugomods/hugo:exts-0.123.8
|
||||
# environment:
|
||||
# AWS_ACCESS_KEY_ID:
|
||||
# from_secret: CREMEAUX_AWS_ACCESS_KEY_ID
|
||||
# AWS_SECRET_ACCESS_KEY:
|
||||
# from_secret: CREMEAUX_AWS_SECRET_ACCESS_KEY
|
||||
# commands:
|
||||
# - npm install --ignore-scripts
|
||||
# - hugo --minify --environment staging.resilien.fr
|
||||
# - hugo --minify --environment staging.resilien.fr
|
||||
# - hugo deploy --environment staging.resilien.fr
|
||||
|
|
Loading…
Reference in New Issue