Update .gitlab-ci.yml file

This commit is contained in:
2021-07-18 14:32:01 +00:00
parent 90c55f78da
commit ff1f6a8b43

View File

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