Update .gitlab-ci.yml file
This commit is contained in:
@ -10,6 +10,7 @@ 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/
|
- rm -rf ../admin-front-server/static
|
||||||
|
- cp -R build/ ../admin-front-server/static
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|||||||
Reference in New Issue
Block a user