Use variable when saying where we're deploying to
All checks were successful
continuous-integration/laminar-elessar Build 32 succeeded in 1 minute 1 second .
All checks were successful
continuous-integration/laminar-elessar Build 32 succeeded in 1 minute 1 second .
This commit is contained in:
parent
0b817e56f9
commit
40ae615aa3
1 changed files with 1 additions and 1 deletions
2
build
2
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
|
||||
|
|
Loading…
Reference in a new issue