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 .

This commit is contained in:
Starbeamrainbowlabs 2019-03-28 18:39:44 +00:00
parent 0b817e56f9
commit 40ae615aa3
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

2
build
View file

@ -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