Removing unecessary script.

This commit is contained in:
Dessalines 2019-09-08 09:21:52 -07:00
parent fa0b9c8826
commit a279cfad95
2 changed files with 8 additions and 3 deletions

View file

@ -22,10 +22,17 @@ git push origin $new_tag
git push
# Rebuilding docker
./docker_update.sh
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

View file

@ -1,2 +0,0 @@
#!/bin/sh
docker-compose up -d --no-deps --build