Commit 144e0ed7 authored by nanahira's avatar nanahira

improve

parent fb1e8f80
...@@ -24,9 +24,7 @@ upload_to_minio_latest: ...@@ -24,9 +24,7 @@ upload_to_minio_latest:
- get_lflist - get_lflist
tags: tags:
- linux - linux
image: python
script: script:
- pip install -U awscli
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/ s3://mycard/ygopro-database - aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/ s3://mycard/ygopro-database
only: only:
- master - master
...@@ -37,9 +35,7 @@ upload_to_minio_rainbow: ...@@ -37,9 +35,7 @@ upload_to_minio_rainbow:
- get_lflist - get_lflist
tags: tags:
- linux - linux
image: python
script: script:
- pip install -U awscli
- aws s3 --endpoint=https://rainbow-minio.moestart.com:9777 sync --delete dist/ s3://mycard/ygopro-database - aws s3 --endpoint=https://rainbow-minio.moestart.com:9777 sync --delete dist/ s3://mycard/ygopro-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