summaryrefslogtreecommitdiff
path: root/scripts/deploy.sh
diff options
context:
space:
mode:
authorJesus Federico <jesus@123it.ca>2020-02-18 16:20:55 -0500
committerGitHub <noreply@github.com>2020-02-18 16:20:55 -0500
commit1864641de918aae9563b57d6785b96b3554919d3 (patch)
treeb3742777ef8e8b500747f4fbb46fff5ea8657aa2 /scripts/deploy.sh
parent0ecf2ccf99800316aef3f7793c045d1a215389db (diff)
downloadscalelite-run-itzks-1864641de918aae9563b57d6785b96b3554919d3.tar.gz
scalelite-run-itzks-1864641de918aae9563b57d6785b96b3554919d3.tar.bz2
scalelite-run-itzks-1864641de918aae9563b57d6785b96b3554919d3.zip
Updated docs (#4)
Diffstat (limited to 'scripts/deploy.sh')
-rwxr-xr-xscripts/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh
index 2a6a42d..871f11a 100755
--- a/scripts/deploy.sh
+++ b/scripts/deploy.sh
@@ -1,8 +1,8 @@
#!/bin/bash
-STATUS="Status: Downloaded newer image for blindsidenetwks/scalelite:master"
+STATUS="Status: Downloaded newer image for blindsidenetwks/scalelite:latest"
-new_status=$(sudo docker pull blindsidenetwks/scalelite:master | grep Status:)
+new_status=$(sudo docker pull blindsidenetwks/scalelite:latest | grep Status:)
echo $new_status