mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 06:36:14 +00: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 a new issue