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

21 lines
378 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
commands:
- echo "salut"
- pwd