Commit 09e1247f authored by nanahira's avatar nanahira

c

parent 07c797a3
Pipeline #17133 failed with stages
in 1 minute and 45 seconds
stages:
- build
- deploy
variables:
GIT_DEPTH: "1"
NEXT_PUBLIC_BACKEND_URL: https://nai-api.moecube.com:444
build:
stage: build
dependencies: []
tags:
- linux
script:
- npm install
- npm run build
- mv build dist
artifacts:
paths:
- dist/
upload_to_minio:
stage: deploy
dependencies:
- build
tags:
- linux
script:
- aws s3 --endpoint=https://minio.momobako.com:9000 sync --delete dist/ s3://nanahira/naifu-frontend
only:
- master
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