Modification de la commande de déploiement
This commit is contained in:
parent
3d4bffaad7
commit
30f1d31fa1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue