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