From 1e8584899f1841ce4049a8faf3ad82c42dd308a9 Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Mon, 3 Apr 2023 17:17:37 +0200 Subject: [PATCH] Change default path, add / at the beginning of the url, change env var --- .drone.yml | 2 +- .idea/inspectionProfiles/Project_Default.xml | 7 +++++-- Source/Config/config.php | 10 ---------- Source/Views/HTML/admin.php | 6 +++--- Source/Views/HTML/adminLogin.php | 4 ++-- Source/Views/HTML/categories.php | 2 +- Source/Views/HTML/continue.php | 8 ++++---- Source/Views/HTML/error.php | 4 ++-- Source/Views/HTML/form.php | 8 ++++---- Source/Views/HTML/possibleResponsesForm.php | 8 ++++---- Source/Views/HTML/questions.php | 2 +- Source/Views/HTML/responses.php | 2 +- Source/Views/HTML/thanks.php | 8 ++++---- 13 files changed, 32 insertions(+), 39 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1309584..7dbfe10 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,7 +29,7 @@ steps: COMMAND: create OVERWRITE: true CODEFIRST_CLIENTDRONE_ENV_CONTAINER_NAME: - from_secret: CONTAINER_NAME + ${{ secrets.TEAM_NAME }}_${{ secrets.CONTAINER_NAME }} ADMINS: dorianhodin,alexislamande,baptistebaverel,johanlachenal depends_on: [ formulaire ] diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 5932565..ccc3727 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -3,13 +3,13 @@