Updating deploy to use weblate/main
This commit is contained in:
parent
a9b180bf6f
commit
c4d54fc427
1 changed files with 1 additions and 1 deletions
2
docker/prod/deploy.sh
vendored
2
docker/prod/deploy.sh
vendored
|
@ -4,7 +4,7 @@ git checkout main
|
||||||
|
|
||||||
# Import translations
|
# Import translations
|
||||||
git fetch weblate
|
git fetch weblate
|
||||||
git merge weblate/master
|
git merge weblate/main
|
||||||
|
|
||||||
# Creating the new tag
|
# Creating the new tag
|
||||||
new_tag="$1"
|
new_tag="$1"
|
||||||
|
|
Loading…
Reference in a new issue