parent
1ad2f0e3ab
commit
dc2988cf32
39
.drone.yml
Normal file
39
.drone.yml
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
pipeline:
|
||||||
|
restore-cache:
|
||||||
|
image: drillster/drone-volume-cache
|
||||||
|
restore: true
|
||||||
|
mount:
|
||||||
|
- build
|
||||||
|
volumes:
|
||||||
|
- /home/gitea/gitea/drone_build_cache/notes:/cache
|
||||||
|
|
||||||
|
build:
|
||||||
|
image: jpbernius/pandoc
|
||||||
|
commands:
|
||||||
|
- apt-get update && apt-get -y install make
|
||||||
|
- make
|
||||||
|
|
||||||
|
compress:
|
||||||
|
image: alpine:latest
|
||||||
|
commands:
|
||||||
|
- apk --no-cache update
|
||||||
|
- apk add make
|
||||||
|
- make compress
|
||||||
|
|
||||||
|
# deploy:
|
||||||
|
# image: drillster/drone-rsync
|
||||||
|
# hosts: [ "vbrandl.net" ]
|
||||||
|
# target: /var/www/notes.vbrandl.net
|
||||||
|
# source: build/*
|
||||||
|
# user: hugo
|
||||||
|
# secrets: [ rsync_key ]
|
||||||
|
# when:
|
||||||
|
# branch: master
|
||||||
|
|
||||||
|
rebuild-cache:
|
||||||
|
image: drillster/drone-volume-cache
|
||||||
|
rebuild: true
|
||||||
|
mount:
|
||||||
|
- build
|
||||||
|
volumes:
|
||||||
|
- /home/gitea/gitea/drone_build_cache/notes:/cache
|
Loading…
Reference in New Issue
Block a user