From 37f3b00cdc5e295b679514b6dab19bd67c90a87e Mon Sep 17 00:00:00 2001 From: Aleksandr Vishniakov Date: Fri, 9 Aug 2024 17:19:01 +0200 Subject: [PATCH] Switch back to VCST defaults --- .github/workflows/deploy-backend.yml | 5 +++-- .github/workflows/deploy-infra.yml | 3 ++- .github/workflows/deploy-theme.yml | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-backend.yml b/.github/workflows/deploy-backend.yml index b3b98cee8..b2210283f 100644 --- a/.github/workflows/deploy-backend.yml +++ b/.github/workflows/deploy-backend.yml @@ -5,7 +5,8 @@ on: push: paths: - 'backend/**' - branches: [ ai ] + branches: + - 'vcst-*' jobs: gitops: @@ -18,7 +19,7 @@ jobs: CONTAINER_REGISTRY: virtopaasregistrymain.azurecr.io IMAGE_REPOSITORY: virtopaasregistrymain.azurecr.io/vcst/platform PLATFORM_IMAGE_NAME: vcst-platform - ARGO_APP_NAME: vcst-ai + ARGO_APP_NAME: ${{ github.ref_name }} PLATFORM_IMAGE: '' PLATFORM_TAG: '' diff --git a/.github/workflows/deploy-infra.yml b/.github/workflows/deploy-infra.yml index e348b58ee..9a92cb127 100644 --- a/.github/workflows/deploy-infra.yml +++ b/.github/workflows/deploy-infra.yml @@ -5,7 +5,8 @@ on: push: paths: - 'infra/**' - branches: [ ai ] + branches: + - 'vcst-*' jobs: gitops: diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml index 2e2b0f2ad..4ad387166 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -5,7 +5,8 @@ on: push: paths: - 'theme/**' - branches: [ ai ] + branches: + - 'vcst-*' jobs: gitops: @@ -14,7 +15,7 @@ jobs: store: [B2B-store] runs-on: ubuntu-latest env: - ARGO_APP_NAME: vcst-ai + ARGO_APP_NAME: ${{ github.ref_name }} ARTIFACT_URL: '' steps: