Oxfam_Interactive_map/.drone.yml
Antoine M 25ae67fa83
All checks were successful
continuous-integration/drone/push Build is passing
password test
2024-07-24 17:05:14 +02:00

26 lines
669 B
YAML

---
kind: pipeline
type: ssh
name: default
clone:
disable: true
server:
host: 51.91.77.19:1982
user: deliadmin
password: CZkJe4ZlDX7y6WLnSFaH8TH9
steps:
- name: Deploiement
image: node:18
commands:
- echo ${password}
- echo $(password)
- node -v
- 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