Oxfam_Interactive_map/changes.txt
Antoine M add36add7f
Some checks failed
continuous-integration/drone/push Build is failing
yla
2024-07-22 12:48:39 +02:00

18 lines
830 B
Plaintext

- git clone https://git.deligraph.be/Antoine/Oxfam_Interactive_map.git
- cd Oxfam_Interactive_map
- npm run build
- rsync -avhp -e 'ssh -p 1982' ./dist/ /home/deliadmin/oxfam/wordpress/ --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git'
- cd /home/deliadmin/oxfam/wordpress/
- pwd
- ls -al
- 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'
- git clone https://git.deligraph.be/Antoine/Oxfam_Interactive_map.git
- cd Oxfam_Interactive_map
s