-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SLTS-80 Next increase safety test server
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
addons: | ||
ssh_known_hosts: $TEST_IP | ||
ssh_known_hosts: 149.56.44.225 | ||
before_install: | ||
#- sudo add-apt-repository ppa:openjdk-r/ppa -y | ||
#- sudo apt-get update | ||
|
@@ -53,5 +53,6 @@ env: | |
after_script: | ||
- echo $TRAVIS_BUILD_DIR | ||
- eval "$(ssh-agent -s)" | ||
- sshpass -e scp ./ScadaBR.war test@$TEST_IP:/home/test/ScadaBR.war | ||
- sshpass -e scp ./ScadaLTS-UI/war/ScadaLTS.war test@$TEST_IP:/home/test/ScadaLTS.war | ||
- traceroute -p 22 $TEST_IP | ||
- sshpass -e scp ./ScadaBR.war [email protected]:/home/test/ScadaBR.war | ||
- sshpass -e scp ./ScadaLTS-UI/war/ScadaLTS.war [email protected]:/home/test/ScadaLTS.war |