Update .gitlab-ci.yml file

This commit is contained in:
2021-07-18 14:21:55 +00:00
parent 54183b07c9
commit 90c55f78da

View File

@ -10,5 +10,6 @@ deploy:
- git fetch && git pull - git fetch && git pull
- npm i - npm i
- npm run build - npm run build
- cp -R build/ ../admin-front-server/static/
only: only:
- master - master