Init Pipeline
Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
parent
aa73b77ee2
commit
684392f4d1
22
.drone.yml
Normal file
22
.drone.yml
Normal 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
|
Reference in New Issue
Block a user