Commit 8ea83f59 authored by nanahira's avatar nanahira

ci

parent 1140bf5d
Pipeline #22762 failed with stages
in 1 minute and 23 seconds
stages:
- build
- deploy
variables:
GIT_DEPTH: "1"
build:
stage: build
dependencies: []
image: node:20
tags:
- linux
script:
- npm ci
- npm run build
artifacts:
paths:
- dist/
upload_to_minio:
stage: deploy
dependencies:
- build
tags:
- linux
script:
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync dist/mycard-store/ s3://mycard/store/remake
only:
- mobile1
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