Init Pipeline
Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
parent
244d464147
commit
dabf20f0f2
21
.drone.yml
Normal file
21
.drone.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: ssh
|
||||||
|
name: default
|
||||||
|
|
||||||
|
server:
|
||||||
|
host:
|
||||||
|
from_secret: host110
|
||||||
|
user:
|
||||||
|
from_secret: user
|
||||||
|
ssh_key:
|
||||||
|
from_secret: ssh_key
|
||||||
|
port: 28
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: deploy
|
||||||
|
commands:
|
||||||
|
- /opt/scripts/confirm-test.sh
|
Loading…
Reference in New Issue
Block a user