mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Updating deploy script
This commit is contained in:
parent
8d3626b108
commit
fa57535f98
1 changed files with 2 additions and 6 deletions
|
@ -1,11 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
git submodule update --remote
|
||||
git add lemmy-docs
|
||||
git commit -m"Updating docs"
|
||||
git add joinlemmy-translations
|
||||
git commit -m"Updating translations"
|
||||
git push
|
||||
# Update all the submodules and translations
|
||||
./update_submodules.sh
|
||||
|
||||
# look for unused translations
|
||||
for langfile in joinlemmy-translations/translations/*.json; do
|
||||
|
|
Loading…
Reference in a new issue