summaryrefslogtreecommitdiffstats
path: root/docker/dev
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-10-15 16:50:00 -0700
committerDessalines <tyhou13@gmx.com>2019-10-15 16:50:00 -0700
commit0e55ef7d9ed56ebe85d97f1e65b9dd28ac236646 (patch)
tree3c957a20b77833d649d5416dcc9ddc459a2c5440 /docker/dev
parent536313889df211391a0a5ba004c7b170c8012589 (diff)
Adding tag to deploy.
Diffstat (limited to 'docker/dev')
-rwxr-xr-xdocker/dev/deploy.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/docker/dev/deploy.sh b/docker/dev/deploy.sh
index 0c15727f..3027a93a 100755
--- a/docker/dev/deploy.sh
+++ b/docker/dev/deploy.sh
@@ -16,7 +16,7 @@ sed -i "s/dessalines\/lemmy:.*/dessalines\/lemmy:$new_tag/" ../prod/docker-compo
git add ../prod/docker-compose.yml
# The commit
-git commit -m"Upping version."
+git commit -m"Version $new_tag"
git push origin $new_tag
git push
@@ -26,13 +26,6 @@ docker-compose build
docker tag dev_lemmy:latest dessalines/lemmy:$new_tag
docker push dessalines/lemmy:$new_tag
-# Rebuilding the docker nocross
-# pushd ../nocross
-# docker-compose build
-# docker tag nocross_lemmy:latest dessalines/lemmy:nocross-$new_tag
-# docker push dessalines/lemmy:$new_tag
-# popd
-
# Pushing to any ansible deploys
cd ../../ansible
ansible-playbook lemmy.yml --become