Fix: The route to update sort order of Menu Categories was not written.

This commit is contained in:
2021-04-27 07:22:04 +05:30
parent 59bab991fd
commit f78ad68235
3 changed files with 22 additions and 3 deletions

View File

@ -16,7 +16,7 @@ echo "No version bump"
git push --tags
fi
cd docker/app || exit
cd "$parent_path/docker/app" || exit
docker build --tag barker:latest .
cd "$parent_path/docker" || exit
docker save barker:latest | bzip2 | pv | ssh tanshu@knox.tanshu.com 'bunzip2 | sudo docker load'