website/.drone.yml

39 lines
665 B
YAML
Raw Normal View History

2016-11-08 18:13:24 +05:30
workspace:
2017-08-22 22:39:20 +05:30
base: /srv/app
2016-11-08 18:13:24 +05:30
path: src
branches:
- master
2017-08-22 22:39:20 +05:30
clone:
git:
image: plugins/git:1
depth: 50
tags: true
2016-11-08 18:13:24 +05:30
pipeline:
build:
image: webhippie/hugo:latest
2016-11-10 16:35:01 +05:30
pull: true
2016-11-08 18:13:24 +05:30
commands:
- make trans-copy
2016-12-12 19:06:33 +05:30
- make clean
2016-11-10 16:31:21 +05:30
- make build
2016-11-08 18:13:24 +05:30
publish:
image: lucap/drone-netlify:latest
pull: true
secrets: [ netlify_token ]
site_id: 05515f14-3702-4a84-9ff3-88ba90fe08dd
path: public/
2016-11-08 18:13:24 +05:30
when:
event: [ push ]
2016-11-08 18:13:24 +05:30
discord:
image: appleboy/drone-discord:1
2017-08-22 22:39:20 +05:30
pull: true
secrets: [ discord_webhook_id, discord_webhook_token ]
when:
event: [ push, tag ]
status: [ changed, failure ]