From 7f73ae995a8eb5dc4ade0b26671a995bb9d33cf6 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 12 Dec 2020 12:55:39 +0000 Subject: [PATCH] build: update ci location --- build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build b/build index 1eb58f1..5982237 100755 --- a/build +++ b/build @@ -37,7 +37,8 @@ min_npm_version_major="6"; # Deployment settings deploy_ssh_user="ci"; -deploy_ssh_host="aq.connectedhumber.org"; +# deploy_ssh_host="aq.connectedhumber.org"; +deploy_ssh_host="37.187.118.171"; deploy_ssh_port="22"; deploy_root_dir="Air-Quality-Web";