Ensures that we execute the deployment using bash

This commit is contained in:
Bruno Tavares 2015-09-26 00:51:33 -03:00
parent 6149a4a8e1
commit c68cbaeee8

View File

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