Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fix: harcode urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Sep 22, 2021
1 parent 44766b3 commit 8ee00eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
needs: [register, manifests]
environment:
name: preproduction
url: https://sample-next-app-preprod.${{ secrets.SOCIALGOUV_BASE_DOMAIN }}
url: https://sample-next-app-preprod.fabrique.social.gouv.fr
steps:
- name: Use autodevops deployment
uses: SocialGouv/actions/autodevops-deploy@RANCHER_PROJECT_ID
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
needs: [deploy-preprod, manifests-prod]
environment:
name: production
url: https://sample-next-app.${{ secrets.SOCIALGOUV_BASE_DOMAIN }}
url: https://sample-next-app.fabrique.social.gouv.fr
steps:
- name: Use autodevops deployment
uses: SocialGouv/actions/autodevops-deploy@RANCHER_PROJECT_ID
Expand Down

0 comments on commit 8ee00eb

Please sign in to comment.