From b324bfcd973869b23a887b6c98476c847022e5df Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 7 Oct 2023 16:43:47 +0200 Subject: [PATCH] fix ci syntax --- .woodpecker/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 89dc1e2..19a73fd 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -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"