diff --git a/.drone.yml b/.drone.yml index 16f2550..b917ae0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,8 @@ steps: commands: - echo "####Synchronisation des Themess" - git clone https://git.deligraph.be/Antoine/Oxfam_Interactive_map.git - - 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' + - pwd + secrets: host: external: true diff --git a/changes.txt b/changes.txt index b6fc4c6..aa30b97 100644 --- a/changes.txt +++ b/changes.txt @@ -1 +1 @@ -hello \ No newline at end of file +- 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'