Oxfam_Interactive_map/.drone.yml
Antoine M c823d07a3c
All checks were successful
continuous-integration/drone/push Build is passing
final ?
2024-07-24 17:25:31 +02:00

27 lines
718 B
YAML

---
kind: pipeline
type: ssh
name: default
clone:
disable: true
server:
host:
from_secret: ssh_host
user:
from_secret: ssh_user
password:
from_secret: ssh_password
steps:
- name: Deploiement
environment:
PROJECT_SERVER_PATH:
from_secret: project_server_path
commands:
- git clone https://git.deligraph.be/Antoine/Oxfam_Interactive_map.git
- cd Oxfam_Interactive_map
- npm install
- npm run build
- rsync -avhp ./dist/ $PROJECT_SERVER_PATH --delete