From 14fbe261f17be3d6ea9f7537402f74f4fc052ed2 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 13 Sep 2024 10:50:20 +0200 Subject: [PATCH] handling htacess when deploying --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3b863dd..701e105 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,11 @@ steps: commands: - cd lhoist-stay-safe - 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 environment: PROD_SERVER_PATH: