removing drone file
parent
b4a1728b0e
commit
fb12ddc2e2
18
.drone.yml
18
.drone.yml
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: ssh
|
|
||||||
name: default
|
|
||||||
|
|
||||||
server:
|
|
||||||
host:
|
|
||||||
from_secret: ssh_host
|
|
||||||
user:
|
|
||||||
from_secret: ssh_user
|
|
||||||
ssh_key:
|
|
||||||
from_secret: ssh_key
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
commands:
|
|
||||||
- echo "Testing" > ~/test.txt
|
|
||||||
|
|
Loading…
Reference in New Issue