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

32 lines
786 B

workspace:
base: /trans
path: src/enUS/
pipeline:
translation:
image: jonasfranz/crowdin
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:
- uname -a
- 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]
remote: "git@git.jonasfranz.software:JonasFranzDEV/Crowdin-Demo.git"
branch: master
force: false
commit: true
commit_message: "[skip ci] Updated translations via Crowdin"