From 5fc7ed20bdc968465b0c364e458db656d05baaa2 Mon Sep 17 00:00:00 2001 From: Alexander Solovyov Date: Tue, 26 Mar 2019 12:15:19 +0200 Subject: [PATCH] fix deploy --- .travis.yml | 2 +- .travis/git-ssh.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index be64fa61a..079d33789 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: virtualenv: system_site_packages: true addons: - ssh_known_hosts: sirius.solovyov.net + ssh_known_hosts: sirius.solovyov.net:2222 install: - pip install pipenv - pipenv install diff --git a/.travis/git-ssh.sh b/.travis/git-ssh.sh index be3fba7d3..e3b391ecf 100755 --- a/.travis/git-ssh.sh +++ b/.travis/git-ssh.sh @@ -1,3 +1,3 @@ #!/bin/sh -ssh -i .travis/deploy_key -o PasswordAuthentication=no $1 $2 $3 $4 +ssh -i .travis/deploy_key -o PasswordAuthentication=no -p 2222 $1 $2 $3 $4