update novops conf
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Simon Vieille 2023-12-06 19:41:35 +01:00
parent 60c60016a1
commit 0e0f2688c7
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ steps:
db-create:
image: mariadb:10.3
commands:
- . .secrets
- . ./.secrets
- mysql -hdb -uroot -proot -e "CREATE DATABASE app"
- eval "$MYSQLDUMP" | mysql -hdb -uroot -proot app

View file

@ -18,7 +18,7 @@ steps:
image: deblan/mage
volumes: *volumes
commands:
- . .secrets
- . ./.secrets
- cd "/builds/$CI_COMMIT_SHA"
- mkdir "$HOME/.ssh"
- echo "$SSH_PRIV_KEY" > "$HOME/.ssh/id_ed25519"