Adding a deploy script.

This commit is contained in:
Dessalines 2019-08-25 10:59:12 -07:00
parent d5606d7726
commit 171d9472ca

View file

@ -18,6 +18,9 @@ git add ../prod/docker-compose.yml
# The commit
git commit -m"Upping version."
git push origin $new_tag
git push
# Rebuilding docker
./docker_update.sh
docker tag dev_lemmy:latest dessalines/lemmy:$new_tag