fix: incorrect ci artifact folder

This commit is contained in:
Olivier Demers 2023-09-02 14:53:45 -04:00
parent bbfc79c80a
commit 0919033089

View File

@ -10,7 +10,7 @@ build:
stage: build stage: build
artifacts: artifacts:
paths: paths:
- build/ - dist/
script: script:
- npm install - npm install
- npm run build - npm run build
@ -18,7 +18,7 @@ build:
deploy: deploy:
stage: deploy stage: deploy
script: script:
- ncftpput -R -u "$ftp_user" -p "$ftp_pass" pls5618.com docs build/* - ncftpput -R -u "$ftp_user" -p "$ftp_pass" pls5618.com docs dist/*
environment: environment:
name: docs name: docs
url: https://docs.pls5618.com url: https://docs.pls5618.com