mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Updating deploy to use weblate/main
This commit is contained in:
parent
a9b180bf6f
commit
c4d54fc427
2
docker/prod/deploy.sh
vendored
2
docker/prod/deploy.sh
vendored
@ -4,7 +4,7 @@ git checkout main
|
||||
|
||||
# Import translations
|
||||
git fetch weblate
|
||||
git merge weblate/master
|
||||
git merge weblate/main
|
||||
|
||||
# Creating the new tag
|
||||
new_tag="$1"
|
||||
|
Loading…
Reference in New Issue
Block a user