Commit 64899632 authored by nanahira's avatar nanahira

remove deployment of s3

parent 498f5f84
Pipeline #18695 passed with stages
in 2 minutes and 59 seconds
......@@ -34,17 +34,6 @@ test:
extends: .build_base
script: npm run test
upload_to_minio:
stage: deploy
dependencies:
- build
tags:
- linux
script:
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/full/ s3://nanahira/koishi-plugin/adapter-wechaty
only:
- master
deploy_npm:
stage: deploy
dependencies:
......
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