9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
#!/usr/bin/env bash
|
|
#
|
|
# Deploy SSH Wrapper
|
|
# App: <%= @id %>
|
|
#
|
|
# Rendered by Chef - local changes will be replaced
|
|
|
|
/usr/bin/env ssh <% unless @strict_ssh %>-o "StrictHostKeyChecking=no" <% end %>-i "<%= @deploy_to %>/id_deploy" $@
|