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: ...@@ -65,6 +65,7 @@ npm_build:
- npm run build:prod - npm run build:prod
artifacts: artifacts:
paths: paths:
- rust-src/pkg
- dist - dist
deploy: deploy:
...@@ -77,4 +78,5 @@ deploy: ...@@ -77,4 +78,5 @@ deploy:
- npm_build - npm_build
script: script:
- mv neos-assets dist/ - mv neos-assets dist/
- mv rust-src/pkg dist/
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/ s3://mycard/neos - 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