Skip to content

Commit

Permalink
Merge pull request #696 from basedosdados/staging
Browse files Browse the repository at this point in the history
refactor: staging url
  • Loading branch information
guialvesp1 authored Sep 12, 2023
2 parents 4e8aad7 + 08c221a commit 4334e41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: development
url: https://homologation.basedosdados.org
url: https://staging.basedosdados.org

steps:
- name: Checkout
Expand Down Expand Up @@ -74,16 +74,16 @@ jobs:
name: basedosdados-website-staging
ingress:
enabled: true
host: "homologation.basedosdados.org"
host: "staging.basedosdados.org"
annotations:
cert-manager.io/issuer: "letsencrypt-production"
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/ssl-redirect: "true"
tls:
- hosts:
- "homologation.basedosdados.org"
secretName: "homologation-basedosdados-org-tls"
- "staging.basedosdados.org"
secretName: "staging-basedosdados-org-tls"
EOF
- name: Deploy using Helm
Expand Down

0 comments on commit 4334e41

Please sign in to comment.