Initial Chef repository
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/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" $@
|
||||
Reference in New Issue
Block a user