Ensures that we execute the deployment using bash
This commit is contained in:
parent
6149a4a8e1
commit
c68cbaeee8
@ -25,4 +25,4 @@ CMD
|
||||
)
|
||||
|
||||
kickstart compile "$@"
|
||||
tar chz -C compile . | ssh $target "$remote_command"
|
||||
tar chz -C compile . | ssh $target "bash -c '$remote_command'"
|
||||
|
Loading…
Reference in New Issue
Block a user