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.
2 parents 859f34a + 8c63899 commit 161aeb9Copy full SHA for 161aeb9
.travis.yml
@@ -18,6 +18,10 @@ script:
18
skip_build:
19
- README.md:
20
- LICENSE
21
-
+deploy:
22
+ provider: script
23
+ script: bash deploy.sh
24
+ on:
25
+ branch: develop
26
27
deploy.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
ssh [email protected] -p 22008 sh /home/tron/workspace/deploy_all.sh
3
-./gradlew stest
+
0 commit comments