Commit 5351d60f authored by chechunchi's avatar chechunchi

fix deploy

parent 7d3ca9c8
Pipeline #20668 passed with stages
in 18 minutes and 2 seconds
......@@ -65,6 +65,7 @@ npm_build:
- npm run build:prod
artifacts:
paths:
- rust-src/pkg
- dist
deploy:
......@@ -77,4 +78,5 @@ deploy:
- npm_build
script:
- mv neos-assets dist/
- mv rust-src/pkg dist/
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/ s3://mycard/neos
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