]> Untitled Git - lemmy.git/commitdiff
Adding a deploy script.
authorDessalines <tyhou13@gmx.com>
Sun, 25 Aug 2019 17:59:12 +0000 (10:59 -0700)
committerDessalines <tyhou13@gmx.com>
Sun, 25 Aug 2019 17:59:12 +0000 (10:59 -0700)
docker/dev/deploy.sh

index d94d725e818522b1c8ab3f7c84d602752996dff8..5982318a2cbd71365bb42f6f6d8bd3687edec3b6 100755 (executable)
@@ -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