Skip to content

Commit

Permalink
Added version display to sculptor upgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
eppak committed Feb 11, 2021
1 parent 6c02aa3 commit f84a904
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/sculptor-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ sudo dep deploy
sudo dep deploy:migrate
sudo sculptor queue:restart
sudo sculptor system:daemons reload web

echo -n "Now version is "
sculptor system:info --version-only
3 changes: 3 additions & 0 deletions templates/sculptor_upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ dep deploy
dep deploy:migrate
sculptor queue:restart
sculptor system:daemons reload web

echo -n "Now version is "
sculptor system:info --version-only

0 comments on commit f84a904

Please sign in to comment.