remove secrets
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
a3a0fa2989
commit
7556413d19
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue