summaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/deploy.sh b/deploy.sh
index b45825c..88e746b 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -52,13 +52,12 @@ copy_files_jump
# ---------------------------------------------------------------------
# Provision remote hosts
-# ---------------------------------------------------------------------
-provision_hosts
-
-# ---------------------------------------------------------------------
# Setup networking (Adapt according to your network setup)
# ---------------------------------------------------------------------
-setup_network
+if [[ "$DEPLOYMENT" == "full" ]]; then
+ provision_hosts
+ setup_network
+fi
# ---------------------------------------------------------------------
# Provision k8s cluster (currently BMRA)