lhoist-stay-safe/.drone.yml
Antoine M 5a7af1512d
All checks were successful
continuous-integration/drone/push Build is passing
testing path
2024-09-12 11:14:13 +02:00

21 lines
473 B
YAML

---
kind: pipeline
type: ssh
name: default
clone:
disable: true
# SERVER DE BUILD
server:
host:
from_secret: build_server_host
user:
from_secret: build_server_user
password:
from_secret: build_server_password
steps:
- name: Deploiement
commands:
- git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git
- pwd