Commit 385674f6 authored by nanahira's avatar nanahira

ci

parent 9593fdee
Pipeline #3873 passed with stages
in 2 minutes and 6 seconds
......@@ -42,17 +42,28 @@ ja-JP:
paths:
- output
ko-KR:
stage: generate
tags:
- linux
image: node:buster
variables:
LOCALE: ko-KR
script: ./ci-scripts/generate.sh
artifacts:
paths:
- output
upload_to_minio:
stage: deploy
dependencies:
- zh-CN
- en-US
- ja-JP
- ko-KR
tags:
- linux
image: python
script:
- pip install -U awscli
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete output/ s3://mycard/cn-database
only:
- master
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment