Adding a deploy script.

This commit is contained in:
Dessalines 2019-08-25 10:59:12 -07:00
parent e0c7432b0b
commit 91876453b8

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