File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 strategy :
5858 matrix :
5959 include :
60+ - service : app
61+ variant : production
62+ github_env : production
6063 - service : app
6164 variant : staging
6265 github_env : staging
Original file line number Diff line number Diff line change 5252
5353 deploy-sandbox :
5454 needs : [test, build]
55- if : github.ref == 'refs/heads/staging '
55+ if : github.ref == 'refs/heads/main '
5656 uses : ./.github/workflows/terraform-deploy.yml
5757 with :
5858 branch : staging
Original file line number Diff line number Diff line change 1- import {
2- to = scaleway_container_domain. api
3- id = " fr-par/4c1fa6a5-0b72-4930-bffd-b35873a3ae46"
4- }
5-
61resource "scaleway_container_domain" "api" {
72 container_id = scaleway_container. api . id
83 hostname = var. api_hostname
Original file line number Diff line number Diff line change 11workspace = " sandbox"
2- env = " staging " # Staging while testing sandbox
2+ env = " production "
33
44api_hostname = " api.bac-a-sable.api-engagement.beta.gouv.fr"
55app_hostname = " app.bac-a-sable.api-engagement.beta.gouv.fr"
You can’t perform that action at this time.
0 commit comments