Skip to content

Commit

Permalink
added rsync and verbosity for deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
olexiyb committed Jul 6, 2020
1 parent 9d9b3a6 commit 029d22f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -10,7 +10,8 @@ script:
- cargo build --release
- ls -al target/release
before_install:
- openssl aes-256-cbc -K $encrypted_2daae1db491d_key -iv $encrypted_2daae1db491d_iv
-in .travis/trustify.enc -out .travis/trustify -d
- sudo apt-get update
- sudo apt-get install -y rsync
- openssl aes-256-cbc -K $encrypted_2daae1db491d_key -iv $encrypted_2daae1db491d_iv -in .travis/trustify.enc -out .travis/trustify -d
after_success:
- ./.travis/deploy.sh
1 change: 1 addition & 0 deletions .travis/deploy.sh
@@ -1,4 +1,5 @@
#!/bin/bash
set -x

IP=v2202007102949122169.happysrv.de
PORT=22
Expand Down

0 comments on commit 029d22f

Please sign in to comment.