You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adc/.drone.yml

20 lines
242 B

---
kind: pipeline
type: ssh
name: default
server:
host:
from_secret: ssh_server
user:
from_secret: ssh_user
password:
from_secret: ssh_pass
steps:
- name: greeting
commands:
- echo hello world
- hostname
- whoami