fix deploy step
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/deployment/deploy Pipeline failed

This commit is contained in:
Simon Vieille 2023-12-06 21:08:19 +01:00
parent 86558dc76d
commit 698c356c0e
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -12,6 +12,7 @@ steps:
image: gitnet.fr/deblan/novops image: gitnet.fr/deblan/novops
secrets: [vault_addr, vault_token] secrets: [vault_addr, vault_token]
commands: commands:
- cd "/builds/$CI_COMMIT_SHA"
- novops load -e deploy > .secrets - novops load -e deploy > .secrets
app-deploy: app-deploy: