move config
This commit is contained in:
parent
f15d021f23
commit
6c34328270
74
.drone.yml
74
.drone.yml
@ -1,43 +1,6 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: crowdin
|
|
||||||
concurrency:
|
|
||||||
limit: 1
|
|
||||||
trigger:
|
|
||||||
branch: ["main"]
|
|
||||||
metadata:
|
|
||||||
namespace: git
|
|
||||||
steps:
|
|
||||||
- name: Push/Pull translations
|
|
||||||
image: node:current-bullseye
|
|
||||||
volumes:
|
|
||||||
- name: cache
|
|
||||||
path: /cache
|
|
||||||
environment:
|
|
||||||
YARN_CACHE_FOLDER: /cache/.yarn-translations
|
|
||||||
TOKEN:
|
|
||||||
from_secret: gitea
|
|
||||||
CTOKEN:
|
|
||||||
from_secret: crowdin
|
|
||||||
commands:
|
|
||||||
- git config --global user.email drone@v0l.io
|
|
||||||
- git config --global user.name "Drone CI"
|
|
||||||
- git remote set-url origin https://drone:$TOKEN@git.v0l.io/Kieran/snort.git
|
|
||||||
- yarn install
|
|
||||||
- npx @crowdin/cli upload sources -b main -T $CTOKEN
|
|
||||||
- npx @crowdin/cli pull -b main -T $CTOKEN
|
|
||||||
- yarn workspace @snort/app format
|
|
||||||
- git add .
|
|
||||||
- 'git commit -a -m "chore: Update translations"'
|
|
||||||
- git push -u origin main
|
|
||||||
volumes:
|
|
||||||
- name: cache
|
|
||||||
claim:
|
|
||||||
name: docker-cache
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: kubernetes
|
|
||||||
name: docker
|
name: docker
|
||||||
concurrency:
|
concurrency:
|
||||||
limit: 1
|
limit: 1
|
||||||
@ -144,3 +107,40 @@ volumes:
|
|||||||
- name: cache
|
- name: cache
|
||||||
claim:
|
claim:
|
||||||
name: docker-cache
|
name: docker-cache
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
|
name: crowdin
|
||||||
|
concurrency:
|
||||||
|
limit: 1
|
||||||
|
trigger:
|
||||||
|
branch: ["main"]
|
||||||
|
metadata:
|
||||||
|
namespace: git
|
||||||
|
steps:
|
||||||
|
- name: Push/Pull translations
|
||||||
|
image: node:current-bullseye
|
||||||
|
volumes:
|
||||||
|
- name: cache
|
||||||
|
path: /cache
|
||||||
|
environment:
|
||||||
|
YARN_CACHE_FOLDER: /cache/.yarn-translations
|
||||||
|
TOKEN:
|
||||||
|
from_secret: gitea
|
||||||
|
CTOKEN:
|
||||||
|
from_secret: crowdin
|
||||||
|
commands:
|
||||||
|
- git config --global user.email drone@v0l.io
|
||||||
|
- git config --global user.name "Drone CI"
|
||||||
|
- git remote set-url origin https://drone:$TOKEN@git.v0l.io/Kieran/snort.git
|
||||||
|
- yarn install
|
||||||
|
- npx @crowdin/cli upload sources -b main -T $CTOKEN
|
||||||
|
- npx @crowdin/cli pull -b main -T $CTOKEN
|
||||||
|
- yarn workspace @snort/app format
|
||||||
|
- git add .
|
||||||
|
- 'git commit -a -m "chore: Update translations"'
|
||||||
|
- git push -u origin main
|
||||||
|
volumes:
|
||||||
|
- name: cache
|
||||||
|
claim:
|
||||||
|
name: docker-cache
|
Loading…
x
Reference in New Issue
Block a user