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