summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shelr/deploy/deploy.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/shelr/deploy/deploy.sh b/shelr/deploy/deploy.sh
new file mode 100644
index 0000000..668d35e
--- /dev/null
+++ b/shelr/deploy/deploy.sh
@@ -0,0 +1,12 @@
+: Leap Platform Demo, Part 2: Initializing and deploying nodes
+
+cd ~/leap/demo/example.org
+leap list
+: Now we initialize all nodes, specifying the "production" tag which all nodes we created have assigned.
+: Be sure to verify the ssh fingerprints !
+leap node init production
+
+: Ok, lets delpoy !
+leap --yes deploy
+
+exit