update deploy step
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Simon Vieille 2023-10-18 22:07:55 +02:00
parent a273a9aac1
commit bbb1804f31
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -22,4 +22,4 @@ steps:
- sed -i "s/ssh_user/$SSH_USER/g" .mage.yml
- sed -i "s/ssh_host/$SSH_HOST/g" .mage.yml
- sed -i "s#app_directory#$APP_DIRECTORY#g" .mage.yml
-mage deploy "$CI_PIPELINE_DEPLOY_TARGET"
- mage deploy "$CI_PIPELINE_DEPLOY_TARGET"