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
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