Commit c2a26668 authored by nanahira's avatar nanahira

fix

parent 5792eb3c
...@@ -95,14 +95,14 @@ deploy_server_env408: ...@@ -95,14 +95,14 @@ deploy_server_env408:
variables: variables:
username: $MYCARD_USERNAME username: $MYCARD_USERNAME
password: $MYCARD_PASSWORD password: $MYCARD_PASSWORD
appVersion: $CI_COMMIT_REF_NAME appVersion: $CI_COMMIT_SHORT_SHA
APP_ID: ygopro-408 APP_ID: ygopro-408
USE_PACK: env408-zh-CN OUTPUT_ENV: env408-zh-CN
script: script:
- apt update; apt -y install tar zstd curl jq - apt update; apt -y install tar zstd curl jq
- git clone https://code.mycard.moe/mycard/mycard-package-script - git clone https://code.mycard.moe/mycard/mycard-package-script
- cd mycard-package-script - cd mycard-package-script
- ./index.sh makeBuild "$APP_ID" ../output/$USE_PACK || true - ./index.sh makeBuild "$APP_ID" ../output/$OUTPUT_ENV || true
- cd .. - cd ..
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