Add '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
jan6 2020-11-18 19:53:16 +00:00
parent 3ca446082d
commit 823efcf1ae

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
---
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>" >~/public_html/hello.html