You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Crowdin-Demo/.drone.yml

30 lines
703 B

workspace:
base: /trans
path: src/enUS/
pipeline:
translation:
image: jonasfranz/crowdin:beta
pull: true
project_identifier: gitea-demo
secrets: [ PLUGIN_PROJECT_KEY ]
download: true
ignore_branch: true
export_dir: lang/
files:
locale_en-US.ini: locale_en-US.ini
listfiles:
image: alpine
pull: true
commands:
- apk --update add tree git
- tree
- git config user.name Jonas
- git config user.email "info@jonasfranz.de"
git_push:
image: appleboy/drone-git-push
pull: true
secrets: [GIT_PUSH_SSH_KEY]
branch: master
force: false
commit: true
commit_message: "[skip ci] Updated translations via Crowdin"