diff options
Diffstat (limited to 'deploy_host.sh')
-rwxr-xr-x | deploy_host.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy_host.sh b/deploy_host.sh new file mode 100755 index 00000000..f5b6e786 --- /dev/null +++ b/deploy_host.sh @@ -0,0 +1,4 @@ +#!/bin/bash +export DEPLOY_HOST=${DEPLOY_HOST-"true"} + +./deploy.sh $* |