Oxfam_Interactive_map/.drone.yml
Antoine M 15945601da
Some checks reported errors
continuous-integration/drone/push Build encountered an error
introducing drone file
2024-07-22 11:24:13 +02:00

21 lines
568 B
YAML

---
kind: pipeline
type: ssh
name: default
clone:
disable: true
server:
host: 51.91.77.19:1982
user: deliadmin
password: CZkJe4ZlDX7y6WLnSFaH8TH9
steps:
- name: greeting
commands:
- echo "####Synchronisation des Themes"
- rsync -avhp -e "ssh -p ${PORT}" ./dist/ ${HOST}:${CONTENT_PATH} --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git'