From 40ae615aa3146ba138327b1a2b55f62384c229fb Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 28 Mar 2019 18:39:44 +0000 Subject: [PATCH] Use variable when saying where we're deploying to --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 4b29939..f061904 100755 --- a/build +++ b/build @@ -164,7 +164,7 @@ task_archive() { } task_deploy() { - task_begin "Deploying to starbeamrainbowlabs.com...."; + task_begin "Deploying to ${deploy_ssh_host}...."; if [ "${SSH_KEY_PATH}" == "" ]; then task_end 1 "Error: Can't find the SSH key as the environment variable SSH_KEY_PATH isn't set."; fi