diff options
author | 2015-12-15 10:47:38 +0000 | |
---|---|---|
committer | 2015-12-15 10:47:39 +0000 | |
commit | 0bf472e8826fe526516b141b124bc7b77cbd9541 (patch) | |
tree | b3ba5a0d225d4af0245edde34af9f0ede7d7fa0d /deploy_host_only.sh | |
parent | 5c3eda8b6b512bb1d1b2d9796437bb1976325af4 (diff) | |
parent | 850a3a0efecac0556daba2a9e4f5ce4929a12c8d (diff) |
Merge "deploy compass-core and hosts seperately"
Diffstat (limited to 'deploy_host_only.sh')
-rwxr-xr-x | deploy_host_only.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy_host_only.sh b/deploy_host_only.sh new file mode 100755 index 00000000..accade38 --- /dev/null +++ b/deploy_host_only.sh @@ -0,0 +1,3 @@ +export DEPLOY_STEP="host_only" + +./deploy.sh $* |