feat(Drone): Désactive le déploiement de RésiLien
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2024-04-18 11:25:35 +02:00
parent cb1370a7df
commit da600373c5
1 changed files with 17 additions and 17 deletions

View File

@ -103,21 +103,21 @@ steps:
- hugo --minify --environment cremeaux.org - hugo --minify --environment cremeaux.org
- hugo deploy --environment cremeaux.org - hugo deploy --environment cremeaux.org
--- # ---
kind: pipeline # kind: pipeline
type: docker # type: docker
name: RésiLien # name: RésiLien
steps: # steps:
- name: Installation des dépendances & construction du site # - name: Installation des dépendances & construction du site
image: hugomods/hugo:exts-0.123.8 # image: hugomods/hugo:exts-0.123.8
environment: # environment:
AWS_ACCESS_KEY_ID: # AWS_ACCESS_KEY_ID:
from_secret: CREMEAUX_AWS_ACCESS_KEY_ID # from_secret: CREMEAUX_AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY: # AWS_SECRET_ACCESS_KEY:
from_secret: CREMEAUX_AWS_SECRET_ACCESS_KEY # from_secret: CREMEAUX_AWS_SECRET_ACCESS_KEY
commands: # commands:
- npm install --ignore-scripts # - npm install --ignore-scripts
- hugo --minify --environment staging.resilien.fr # - hugo --minify --environment staging.resilien.fr
- hugo --minify --environment staging.resilien.fr # - hugo --minify --environment staging.resilien.fr
- hugo deploy --environment staging.resilien.fr # - hugo deploy --environment staging.resilien.fr