diff --git a/.drone.yml b/.drone.yml index 6fc3b0a..2eac0d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,3 +43,4 @@ steps: commands: - rsync -avhpn -e 'ssh' ./ $PROD_SERVER_HOST:~/test/ --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git' + #