URL not found after apache deployment. .htaccess doesn't make it to 'public' / 'build' folder after pushing changes to Git

前端 未结 0 1512
时光取名叫无心
时光取名叫无心 2020-12-12 13:22

.yml

frontend-build:
stage: frontendbuild
tags:
- shell
script:
- cd Main/fluttr/frontend
- npm install
- npm run build
- sudo cp -r build/* /var/www/html/


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题