Init Pipeline
continuous-integration/drone/push Build is passing Details

Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
Georg Pfuetzenreuter 2021-08-07 05:40:42 +02:00
parent bb07a394ce
commit f74a9cd892
Signed by: Georg
GPG Key ID: 1DAF57F49F8E8F22
1 changed files with 20 additions and 0 deletions

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
---
kind: pipeline
type: exec
name: default1
clone:
disable: true
platform:
os: linux
arch: amd64
steps:
- name: deploy
commands:
- sh /opt/drone/scripts/sync-gopher.sh
trigger:
branch:
- master