We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdb1c5 commit 024b902Copy full SHA for 024b902
1 file changed
docker/dev/deploy.sh
@@ -16,7 +16,7 @@ sed -i "s/dessalines\/lemmy:.*/dessalines\/lemmy:$new_tag/" ../prod/docker-compo
16
git add ../prod/docker-compose.yml
17
18
# The commit
19
-git commit -m"Upping version."
+git commit -m"Version $new_tag"
20
21
git push origin $new_tag
22
git push
@@ -26,13 +26,6 @@ docker-compose build
26
docker tag dev_lemmy:latest dessalines/lemmy:$new_tag
27
docker push dessalines/lemmy:$new_tag
28
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
-
36
# Pushing to any ansible deploys
37
cd ../../ansible
38
ansible-playbook lemmy.yml --become
0 commit comments