Adding a deploy script.

pull/722/head
Dessalines 2019-08-25 10:59:12 -07:00
parent d5606d7726
commit 171d9472ca
1 changed files with 3 additions and 0 deletions

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