From 36ac2d18c84f4d757aba8b241ffd4754ed5e107b Mon Sep 17 00:00:00 2001 From: Taka Goto Date: Mon, 17 Sep 2018 13:29:15 -0500 Subject: [PATCH] add staging ip as known host --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 95ec2d65..4a224155 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ services: - postgresql addons: postgresql: "9.6" + ssh_known_hosts: + - 147.75.96.51 go_import_path: github.com/vulcanize/vulcanizedb @@ -29,7 +31,4 @@ notifications: after_script: - bash ./pkg/transformers/stop_test_chain.sh - - eval "$(ssh-agent -s)" - - chmod 600 .travis/id_rsa - - ssh-add .travis/id_rsa - sup --debug staging deploy