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

22 lines
497 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
- ls