From 79066be807bc8ffb6a8265062fae2b2ec1f03e97 Mon Sep 17 00:00:00 2001 From: Guilherme Peres Date: Tue, 12 Sep 2023 19:21:58 -0300 Subject: [PATCH] refactor: staging url --- .github/workflows/cd-staging.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd-staging.yaml b/.github/workflows/cd-staging.yaml index 58a5c25a..aec23559 100644 --- a/.github/workflows/cd-staging.yaml +++ b/.github/workflows/cd-staging.yaml @@ -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 @@ -74,7 +74,7 @@ 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 @@ -82,8 +82,8 @@ jobs: 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