Init Pipeline
Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
parent
244d464147
commit
c662c9525e
23
.drone.yml
Normal file
23
.drone.yml
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: ssh
|
||||
name: lcwww
|
||||
|
||||
server:
|
||||
host:
|
||||
from_secret: host110
|
||||
user:
|
||||
from_secret: user
|
||||
ssh_key:
|
||||
from_secret: ssh_key
|
||||
|
||||
steps:
|
||||
- name: deploy
|
||||
commands:
|
||||
- /opt/scripts/confirm-test.sh
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
Loading…
Reference in New Issue
Block a user