neil
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
deploy/ssh.sh
|
@ -170,7 +170,7 @@ ssh_deploy() { |
|
|
_info "Required commands batched and sent in single call to remote host" |
|
|
_info "Required commands batched and sent in single call to remote host" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
_deploy_ssh_servers=$DEPLOY_SSH_SERVER |
|
|
|
|
|
|
|
|
_deploy_ssh_servers="$DEPLOY_SSH_SERVER" |
|
|
for DEPLOY_SSH_SERVER in $_deploy_ssh_servers; do |
|
|
for DEPLOY_SSH_SERVER in $_deploy_ssh_servers; do |
|
|
_ssh_deploy |
|
|
_ssh_deploy |
|
|
done |
|
|
done |
|
|