drone/.drone.yml

17 lines
294 B
YAML

---
kind: pipeline
type: ssh
name: default
server:
host: tilde.team
user: jan6
ssh_key:
from_secret: sshkey
steps:
- name: greeting
commands:
- echo "<html><head><title>hello</title></head><body><h3>hello world, ran at $(date)</h3></body></html>" >~jan6/public_html/hello.html