Commit e611e160 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'fix/pack' into 'main'

fix deploy

See merge request !131
parents 7d3ca9c8 5351d60f
Pipeline #20669 passed with stages
in 16 minutes and 20 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