Adding initial website pipeline #12

Merged
Georg merged 1 commits from drone into master 2021-08-07 06:20:09 +02:00

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