Commit a6044950 authored by nanahira's avatar nanahira

add minio deploy

parent 2548d81c
Pipeline #14341 failed with stages
in 30 seconds
......@@ -38,7 +38,6 @@ pack:
- cd expansions
- 7z a -mx9 ../dist/ygopro-pre.zip
- cd ..
- mv dist/ygopro-pre.zip dist/ygopro-pre.ypk
artifacts:
paths:
- dist
......@@ -75,6 +74,18 @@ deploy:
- cd ..
only:
- tags
deploy_to_minio:
stage: deploy
dependencies:
- pack
tags:
- linux
script:
- cp dist/ygopro-pre.ypk dist/ygopro-pre.zip
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync dist/ s3://mycard/ygopro-pre
only:
- master
.deploy_to_server:
stage: deploy
......
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