Modification de la commande de déploiement

This commit is contained in:
Simon 2022-07-25 09:54:12 +02:00
parent 3d4bffaad7
commit 30f1d31fa1
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ data: cZ9+WkF1Q70ckB8ruLEcsKxeTw/sw33D7lMtpmTVjnojcLqUoOHx1arTzjtTSMrs7qXXOm6/xg
# - name: deploy # - name: deploy
# image: klakegg/hugo:0.101.0-ext-debian-ci # image: klakegg/hugo:0.101.0-ext-debian-ci
# commands: # commands:
# - hugo deploy --target=production # - hugo deploy --environment production
--- ---
kind: pipeline kind: pipeline
@ -51,4 +51,4 @@ steps:
AWS_SECRET_ACCESS_KEY: AWS_SECRET_ACCESS_KEY:
from_secret: STAGING_AWS_SECRET_ACCESS_KEY from_secret: STAGING_AWS_SECRET_ACCESS_KEY
commands: commands:
- hugo deploy --target=staging - hugo deploy --environment staging