Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Jul 12, 2024
1 parent 4deb2f6 commit f54d7f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/update.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
if [ $1 != "mixer" ] && \
[ $1 != "tribes" ] && \
[ $1 != "broker" ]
then
echo "=> invalid image name! $1"
exit 1
fi

echo "pull images"
docker pull sphinxlightning/sphinx-broker:latest
docker pull sphinxlightning/sphinx-mixer:latest
Expand Down

0 comments on commit f54d7f1

Please sign in to comment.