lhoist-stay-safe/.drone.yml
Antoine M c95ff12846
Some checks failed
continuous-integration/drone/push Build is failing
refining drone script
2024-09-12 11:00:36 +02:00

24 lines
553 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/lhoist-stay-safe.git
- pwd