Commit c1b1b978 authored by mercury233's avatar mercury233

Merge branch 'master' of git.mycard.moe:mycard/ygopro-pre-data

parents 49544840 45799263
Pipeline #14364 passed with stages
in 1 minute and 29 seconds
......@@ -75,6 +75,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