Update deploy script

This commit is contained in:
Felix Ableitner 2021-03-31 16:02:57 +02:00
parent 30a0f4bdc3
commit 70b3d61d16

View file

@ -3,6 +3,8 @@
git submodule update --remote git submodule update --remote
git add lemmy-docs git add lemmy-docs
git commit -m"Updating docs" git commit -m"Updating docs"
git add joinlemmy-translations
git commit -m"Updating translations"
git push git push
new_tag="$1" new_tag="$1"