Skip to content

Commit

Permalink
fix: supp lien vers back office
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinFontenay committed Sep 19, 2023
1 parent 964f0a0 commit efec8ca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
REACT_APP_BLOG_URL=https://media.conseiller-numerique.gouv.fr
REACT_APP_BACKOFFICE_URL=https://admin.conseiller-numerique.gouv.fr/login
REACT_APP_DASHBOARD_URL=https://pilotage.conseiller-numerique.gouv.fr
REACT_APP_COOP_URL=https://coop.conseiller-numerique.gouv.fr/login
REACT_APP_CANDIDAT_URL=https://candidat.conseiller-numerique.gouv.fr/login
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
uses: SpicyPizza/create-envfile@v1
with:
envkey_REACT_APP_BLOG_URL: "https://media.conseiller-numerique.gouv.fr"
envkey_REACT_APP_BACKOFFICE_URL: "https://admin.conseiller-numerique.gouv.fr/login"
envkey_REACT_APP_DASHBOARD_URL: "https://pilotage.conseiller-numerique.gouv.fr"
envkey_REACT_APP_COOP_URL: "https://coop.conseiller-numerique.gouv.fr/login"
envkey_REACT_APP_CANDIDAT_URL: "https://candidat.conseiller-numerique.gouv.fr/login"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-recette.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
uses: SpicyPizza/create-envfile@v1
with:
envkey_REACT_APP_BLOG_URL: "https://media.conseiller-numerique.gouv.fr"
envkey_REACT_APP_BACKOFFICE_URL: "https://beta.admin.conseiller-numerique.gouv.fr/login"
envkey_REACT_APP_DASHBOARD_URL: "https://beta.pilotage.conseiller-numerique.gouv.fr"
envkey_REACT_APP_COOP_URL: "https://beta.coop.conseiller-numerique.gouv.fr/login"
envkey_REACT_APP_CANDIDAT_URL: "https://beta.candidat.conseiller-numerique.gouv.fr/login"
Expand Down
1 change: 0 additions & 1 deletion src/components/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ function Menu() {
const [changedMenu, setIsChangedMenu] = useState(false);

const urlBlog = process.env.REACT_APP_BLOG_URL;
const urlBackoffice = process.env.REACT_APP_BACKOFFICE_URL;
const urlDashboard = process.env.REACT_APP_DASHBOARD_URL;
const urlCoop = process.env.REACT_APP_COOP_URL;
const urlCandidat = process.env.REACT_APP_CANDIDAT_URL;
Expand Down

0 comments on commit efec8ca

Please sign in to comment.