Skip to content

Commit 024b902

Browse files
committed
Adding tag to deploy.
1 parent 3fdb1c5 commit 024b902

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

docker/dev/deploy.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sed -i "s/dessalines\/lemmy:.*/dessalines\/lemmy:$new_tag/" ../prod/docker-compo
1616
git add ../prod/docker-compose.yml
1717

1818
# The commit
19-
git commit -m"Upping version."
19+
git commit -m"Version $new_tag"
2020

2121
git push origin $new_tag
2222
git push
@@ -26,13 +26,6 @@ docker-compose build
2626
docker tag dev_lemmy:latest dessalines/lemmy:$new_tag
2727
docker push dessalines/lemmy:$new_tag
2828

29-
# Rebuilding the docker nocross
30-
# pushd ../nocross
31-
# docker-compose build
32-
# docker tag nocross_lemmy:latest dessalines/lemmy:nocross-$new_tag
33-
# docker push dessalines/lemmy:$new_tag
34-
# popd
35-
3629
# Pushing to any ansible deploys
3730
cd ../../ansible
3831
ansible-playbook lemmy.yml --become

0 commit comments

Comments
 (0)