]> Untitled Git - lemmy.git/commitdiff
Adding tag to deploy.
authorDessalines <tyhou13@gmx.com>
Tue, 15 Oct 2019 23:50:00 +0000 (16:50 -0700)
committerDessalines <tyhou13@gmx.com>
Tue, 15 Oct 2019 23:50:00 +0000 (16:50 -0700)
docker/dev/deploy.sh

index 0c15727f37c19800ea50bc26b3e8a1217b7956ab..3027a93af52a99d117b0d59800253d6cda42f3fb 100755 (executable)
@@ -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