theme/.drone.yml

42 lines
802 B
YAML
Raw Normal View History

2016-11-10 15:23:04 +05:30
workspace:
path: src
pipeline:
2016-12-07 06:05:12 +05:30
build:
2016-12-08 21:11:10 +05:30
image: library/node:latest
2016-12-07 06:05:12 +05:30
commands:
2016-12-08 21:11:10 +05:30
- npm install -q
- npm run clean
- npm run build
- npm run release
release:
image: plugins/s3
path_style: true
2016-12-08 21:11:10 +05:30
strip_prefix: dist/
source: dist/master.tar.gz
target: /theme
when:
event: [ push ]
branch: [ master ]
2016-12-07 06:05:12 +05:30
2016-12-08 21:11:10 +05:30
trigger:
2016-11-10 15:23:04 +05:30
image: plugins/downstream
2016-11-10 15:46:41 +05:30
server: https://drone.gitea.io
2016-11-10 15:23:04 +05:30
repositories:
- go-gitea/website
- go-gitea/blog
- go-gitea/docs
- go-gitea/redirects
when:
2016-12-08 21:11:10 +05:30
event: [ push ]
branch: [ master ]
2016-11-10 15:23:04 +05:30
discord:
image: appleboy/drone-discord
webhook_id: ${WEBHOOK_ID}
webhook_token: ${WEBHOOK_TOKEN}
when:
event: [ push, tag, pull_request ]
status: [ failure ]