Commit a6a229ee authored by nanahira's avatar nanahira

add gitlab ci

parent a3292ac8
Pipeline #40914 failed
stages:
- deploy
variables:
GIT_DEPTH: "1"
upload_to_minio:
stage: deploy
dependencies:
- build
tags:
- linux
script:
- rm -rf .gitlab-ci.yml .git*
- aws s3 --endpoint=https://minio.moenext.com:9000 sync --delete dist/ s3://mycard/srvpro
only:
- 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