diff --git a/travis/deploy_master.sh b/travis/deploy_master.sh index c07e33a..87cabed 100644 --- a/travis/deploy_master.sh +++ b/travis/deploy_master.sh @@ -13,7 +13,10 @@ echo "TRAVIS_CPU_ARCH_STANDARD: $TRAVIS_CPU_ARCH_STANDARD" echo "$GIT_IGN_TRAVIS_DEPLOY_PRIVATE_KEY" > ~/.ssh/id_rsa +ssh-keyscan ssh.git.ignuranza.net >> $HOME/.ssh/known_hosts +ssh-keyscan git.ignuranza.net >> $HOME/.ssh/known_hosts git clone "git@ssh.git.ignuranza.net:tdlight-team/tdlight-java-natives-$TRAVIS_OS_NAME_STANDARD-$TRAVIS_CPU_ARCH_STANDARD.git" +git push cd "tdlight-java-natives-$TRAVIS_OS_NAME_STANDARD-$TRAVIS_CPU_ARCH_STANDARD" ls -alch