This commit is contained in:
parent
08dca26a01
commit
1eb333beee
40
.drone.yml
40
.drone.yml
@ -1,4 +1,24 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
|
restore-cache-dev:
|
||||||
|
image: drillster/drone-volume-cache
|
||||||
|
restore: true
|
||||||
|
mount:
|
||||||
|
- public
|
||||||
|
volumes:
|
||||||
|
- /home/gitea/gitea/drone_build_cache/staging.vbrandl.net:/cache
|
||||||
|
when:
|
||||||
|
branch: develop
|
||||||
|
|
||||||
|
restore-cache-prod:
|
||||||
|
image: drillster/drone-volume-cache
|
||||||
|
restore: true
|
||||||
|
mount:
|
||||||
|
- public
|
||||||
|
volumes:
|
||||||
|
- /home/gitea/gitea/drone_build_cache/vbrandl.net:/cache
|
||||||
|
when:
|
||||||
|
branch: master
|
||||||
|
|
||||||
build-dev:
|
build-dev:
|
||||||
image: cbrgm/drone-hugo:latest
|
image: cbrgm/drone-hugo:latest
|
||||||
buildDrafts: true
|
buildDrafts: true
|
||||||
@ -45,3 +65,23 @@ pipeline:
|
|||||||
secrets: [ rsync_key ]
|
secrets: [ rsync_key ]
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
|
rebuild-cache-dev:
|
||||||
|
image: drillster/drone-volume-cache
|
||||||
|
rebuild: true
|
||||||
|
mount:
|
||||||
|
- public
|
||||||
|
volumes:
|
||||||
|
- /home/gitea/gitea/drone_build_cache/staging.vbrandl.net:/cache
|
||||||
|
when:
|
||||||
|
branch: develop
|
||||||
|
|
||||||
|
rebuild-cache-prod:
|
||||||
|
image: drillster/drone-volume-cache
|
||||||
|
rebuild: true
|
||||||
|
mount:
|
||||||
|
- public
|
||||||
|
volumes:
|
||||||
|
- /home/gitea/gitea/drone_build_cache/vbrandl.net:/cache
|
||||||
|
when:
|
||||||
|
branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user