]> Untitled Git - lemmy-ui.git/blobdiff - deploy.sh
Add check for unused languages in update_translations.sh
[lemmy-ui.git] / deploy.sh
index 121eb77276ccca1c9d468414bcdd8a28159c2781..58d1d7fb9c796b19f9bd7bc9dddc2c0112e1977e 100755 (executable)
--- a/deploy.sh
+++ b/deploy.sh
@@ -2,8 +2,9 @@
 
 new_tag="$1"
 
-sudo docker build . --tag dessalines/lemmy-ui:$new_tag
-sudo docker push dessalines/lemmy-ui:$new_tag
+# Old deploy
+# sudo docker build . --tag dessalines/lemmy-ui:$new_tag
+# sudo docker push dessalines/lemmy-ui:$new_tag
 
 git tag $new_tag
 git push origin $new_tag