Init Pipeline

Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
Georg Pfuetzenreuter 2021-08-07 05:21:46 +02:00
parent aa73b77ee2
commit 684392f4d1
Signed by: Georg
GPG Key ID: 1DAF57F49F8E8F22

22
.drone.yml Normal file
View File

@ -0,0 +1,22 @@
---
kind: pipeline
type: exec
name: default1
clone:
disable: true
platform:
os: linux
arch: amd64
steps:
- name: deploy
commands:
- echo "Init Testing Pipeline" | nc -N 127.0.0.2 2424
- sh /opt/drone/scripts/sync-gemini.sh
- echo "Completed Testing Pipeline" | nc -N 127.0.0.2 2424
trigger:
branch:
- master