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
|
#!/bin/bash
|
||||||
|
|
||||||
git submodule update --remote
|
# Update all the submodules and translations
|
||||||
git add lemmy-docs
|
./update_submodules.sh
|
||||||
git commit -m"Updating docs"
|
|
||||||
git add joinlemmy-translations
|
|
||||||
git commit -m"Updating translations"
|
|
||||||
git push
|
|
||||||
|
|
||||||
# look for unused translations
|
# look for unused translations
|
||||||
for langfile in joinlemmy-translations/translations/*.json; do
|
for langfile in joinlemmy-translations/translations/*.json; do
|
||||||
|
|
Loading…
Reference in a new issue