remove secrets
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ktyl 2022-09-26 20:06:26 +01:00
parent a3a0fa2989
commit 7556413d19

View File

@ -5,13 +5,6 @@ name: hello
steps: steps:
- name: greeting - name: greeting
image: alpine image: alpine
settings:
host:
from_secret: host
user:
from_secret: username
ssh_key:
from_secret: ssh_key
commands: commands:
- make site - make site
- ls site - ls site