mirror of https://github.com/halo-dev/halo
Add deploy configuration in travis ci
parent
428d4a7bfc
commit
6de9491d08
|
@ -32,6 +32,14 @@ branches:
|
||||||
- master
|
- master
|
||||||
- dev
|
- dev
|
||||||
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
|
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
|
||||||
|
deploy:
|
||||||
|
provider: releases
|
||||||
|
api_key:
|
||||||
|
secure: $GITHUB_OAUTH_TOKEN
|
||||||
|
file: build/libs/*
|
||||||
|
skip_cleanup: true
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
notifications:
|
notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
- https://fathomless-fjord-24024.herokuapp.com/notify
|
- https://fathomless-fjord-24024.herokuapp.com/notify
|
||||||
|
|
Loading…
Reference in New Issue