Oxfam_Interactive_map/.drone.yml
Antoine M f56c313324
All checks were successful
continuous-integration/drone/push Build is passing
yala
2024-07-24 17:14:43 +02:00

23 lines
580 B
YAML

---
kind: pipeline
type: ssh
name: default
clone:
disable: true
server:
host: 51.91.77.19:1982
user: deliadmin
password:
from_secret: ssh_password
steps:
- name: Deploiement
image: node:18
commands:
- git clone https://git.deligraph.be/Antoine/Oxfam_Interactive_map.git
- cd Oxfam_Interactive_map
- npm install
- npm run build
- rsync -avhp ./dist/ /home/deliadmin/oxfam/wordpress --delete