Commit 144e0ed7 authored by nanahira's avatar nanahira

improve

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