summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-25 10:59:12 -0700
committerDessalines <tyhou13@gmx.com>2019-08-25 10:59:12 -0700
commit171d9472cadfdc28f66c2356253c8136d5bf87a7 (patch)
tree5c2d4b7fbf891ebf05767f51726db00f3d89e36d /docker
parentd5606d77266e31daad11b8d084ed348253dfd628 (diff)
Adding a deploy script.
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/dev/deploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/dev/deploy.sh b/docker/dev/deploy.sh
index d94d725e..5982318a 100755
--- a/docker/dev/deploy.sh
+++ b/docker/dev/deploy.sh
@@ -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