Compare commits

..

2 Commits

Author SHA1 Message Date
67a5524ff7 Merge pull request 'Adding initial website pipeline' (#12) from drone into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #12
2021-08-07 06:20:09 +02:00
b2ab4f1ddc
Init Pipeline
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-07 05:54:07 +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