Update .gitlab-ci.yml

This commit is contained in:
张帅
2021-10-25 07:04:20 +00:00
parent 1b3fe6cbd4
commit f7ea7f1a6c

View File

@@ -39,6 +39,7 @@ build_project:
- npm install --save-dev --unsafe-perm
- echo "npm run build"
- npm run build
- sudo cp -rf ./dist/ /usr/share/nginx/html/
only:
- dev-ci-debug
- tags