We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f8aba commit 2d20707Copy full SHA for 2d20707
1 file changed
.travis.yml
@@ -53,6 +53,12 @@ deploy:
53
skip_cleanup: true
54
on:
55
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
62
- provider: script
63
script: tools/deploy_docker.sh
64
0 commit comments