From c7e593c1f5efe6465bbabefd514a723647147db6 Mon Sep 17 00:00:00 2001 From: bogdan-1337 Date: Fri, 20 Oct 2023 16:53:16 +0100 Subject: [PATCH] cicd: fix staging and qa config --- .github/workflows/buildDeploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildDeploy.yml b/.github/workflows/buildDeploy.yml index 986f0574a4..bcd8401a07 100644 --- a/.github/workflows/buildDeploy.yml +++ b/.github/workflows/buildDeploy.yml @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest env: - NAMESPACE: default + NAMESPACE: dapp CLUSTER_NAME: qa-cluster ENVIRONMENT_TAG: qa REPOSITORY_NAME: app-frontend @@ -125,8 +125,8 @@ jobs: runs-on: ubuntu-latest env: - NAMESPACE: staging - CLUSTER_NAME: prod + NAMESPACE: dapp-staging + CLUSTER_NAME: prod-cluster ENVIRONMENT_TAG: staging REPOSITORY_NAME: app-frontend