handling htacess when deploying
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
faebe2328a
commit
14fbe261f1
|
|
@ -26,6 +26,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cd lhoist-stay-safe
|
- cd lhoist-stay-safe
|
||||||
- npm run build
|
- npm run build
|
||||||
|
- name: Génération du htAccess
|
||||||
|
commands:
|
||||||
|
- cd lhoist-stay-safe
|
||||||
|
- cp .htaccess build/.htaccess
|
||||||
|
- npm run build
|
||||||
- name: Déploiement sur le serveur de prod
|
- name: Déploiement sur le serveur de prod
|
||||||
environment:
|
environment:
|
||||||
PROD_SERVER_PATH:
|
PROD_SERVER_PATH:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user