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