From 0000fab92af21847736737cec2aae318bca4d769 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 22 Jul 2024 11:49:36 +0200 Subject: [PATCH] sync --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0675e13..c897319 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,10 +15,7 @@ steps: - name: greeting commands: - echo "####Synchronisation des Themess" - - echo pwd - - echo "pwd" - - echo ls - - echo "ls" + - rsync -avhp -e 'ssh -p 1982' ./dist/ ./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