Deploy on tag
This commit is contained in:
+11
@@ -43,3 +43,14 @@ jobs:
|
|||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
php: '7.0'
|
php: '7.0'
|
||||||
|
- stage: deploy
|
||||||
|
script: skip
|
||||||
|
before_deploy:
|
||||||
|
- curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/master/install | bash
|
||||||
|
deploy:
|
||||||
|
provider: script
|
||||||
|
skip_cleanup: true
|
||||||
|
script: ./.travis/deploy_script.sh
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
|
php: '7.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user