Skip to content

Commit 2d20707

Browse files
committed
added automated release for stable (testing on master)
1 parent 52f8aba commit 2d20707

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ deploy:
5353
skip_cleanup: true
5454
on:
5555
branch: master
56+
- provider: releases
57+
name: $(unzip -qc build/script-server.zip version.txt)
58+
api_key: "$GITHUB_TOKEN"
59+
file: build/script-server.zip
60+
on:
61+
branch: master
5662
- provider: script
5763
script: tools/deploy_docker.sh
5864
skip_cleanup: true

0 commit comments

Comments
 (0)