Commit 5980b0b6 authored by 未闻皂名's avatar 未闻皂名
parents 833312ea bebaf6bc
Pipeline #5638 passed with stages
in 3 minutes and 17 seconds
......@@ -61,7 +61,7 @@ upload_archive:
uploadDir: archive
only:
- master
- tags
#- tags
upload_data:
extends: .minio
......@@ -79,7 +79,7 @@ deploy:
variables:
username: $MYCARD_USERNAME
password: $MYCARD_PASSWORD
appVersion: $CI_COMMIT_TAG
appVersion: $CI_COMMIT_SHORT_SHA
script:
- apt update; apt -y install tar zstd curl jq
- git clone https://code.mycard.moe/mycard/mycard-package-script
......@@ -88,7 +88,7 @@ deploy:
- ./index.sh makeBuild ygopro2-rush-duel ../data/ygopro2 || true
- cd ..
only:
- tags
- 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