Fix git push remote to update crowdin translations

This commit is contained in:
kolaente 2021-09-05 12:01:53 +02:00
parent 2bc85a9de7
commit a2e0c7e1f4
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

View File

@ -555,8 +555,8 @@ kind: pipeline
type: docker type: docker
name: update-translations name: update-translations
depends_on: #depends_on:
- build # - build
trigger: trigger:
branch: branch:
@ -586,7 +586,7 @@ steps:
branch: main branch: main
commit: true commit: true
commit_message: "[skip ci] Updated translations via Crowdin" commit_message: "[skip ci] Updated translations via Crowdin"
remote: "git@kolaente.dev:9022/vikunja/frontend.git" remote: "ssh://git@kolaente.dev:9022/vikunja/frontend.git"
ssh_key: ssh_key:
from_secret: translation_git_push_ssh_key from_secret: translation_git_push_ssh_key