diff options
author | Jesus Federico <jesus@123it.ca> | 2020-02-18 16:20:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-18 16:20:55 -0500 |
commit | 1864641de918aae9563b57d6785b96b3554919d3 (patch) | |
tree | b3742777ef8e8b500747f4fbb46fff5ea8657aa2 /scripts/deploy.sh | |
parent | 0ecf2ccf99800316aef3f7793c045d1a215389db (diff) | |
download | scalelite-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-x | scripts/deploy.sh | 4 |
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 |