Init Pipeline

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

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:
- sh /opt/drone/scripts/sync-website.sh
trigger:
branch:
- master
event:
- push