Init Pipeline

Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
Georg Pfuetzenreuter 2021-08-06 23:10:22 +02:00
parent 244d464147
commit c662c9525e
Signed by: Georg
GPG Key ID: 1DAF57F49F8E8F22

23
.drone.yml Normal file
View 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