fix ci syntax

This commit is contained in:
Simon Vieille 2023-10-07 16:43:47 +02:00
parent 850ebff7c0
commit b324bfcd97
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
- /root/.config/composer/vendor/bin/mage deploy "$CI_BUILD_DEPLOY_TARGET"
- /root/.config/composer/vendor/bin/mage deploy "$CI_PIPELINE_DEPLOY_TARGET"