From e430af3890bbf7a08c181eee0bd2e6ef5fa7116a Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 22 Jul 2024 11:42:26 +0200 Subject: [PATCH] fix variable --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a5e28db..8a7d4b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: - name: greeting commands: - echo "####Synchronisation des Themes" - - rsync -avhp -e 'ssh -p 1982' ./dist/ $(HOST):~/oxfam/wordpress/lol/ --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git' + - rsync -avhp -e 'ssh -p 1982' ./dist/ ${HOST}:~/oxfam/wordpress/lol/ --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git' secrets: host: external: true