Commit e611e160 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'fix/pack' into 'main'

fix deploy

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