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: ...@@ -42,17 +42,28 @@ ja-JP:
paths: paths:
- output - 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: upload_to_minio:
stage: deploy stage: deploy
dependencies: dependencies:
- zh-CN - zh-CN
- en-US - en-US
- ja-JP - ja-JP
- ko-KR
tags: tags:
- linux - linux
image: python
script: script:
- pip install -U awscli
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete output/ s3://mycard/cn-database - aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete output/ s3://mycard/cn-database
only: only:
- master - 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