Skip to content

Commit 90eeeca

Browse files
committed
Set environment name as virtoozdev
1 parent 97c729f commit 90eeeca

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-backend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
paths:
77
- 'backend/**'
8-
branches: [ virtooz ]
8+
branches: [ virtoozdev ]
99

1010
jobs:
1111
gitops:
@@ -48,11 +48,11 @@ jobs:
4848
DOCKER_PASSWORD: ${{ secrets.VCPT_ACR_DOCKER_PASSWORD }}
4949
DOCKERFILE_PATH: ./backend/Dockerfile
5050
CONTAINER_REGISTRY: virtopaasregistrymain.azurecr.io
51-
IMAGE_REPOSITORY: virtopaasregistrymain.azurecr.io/vcpt/virtooz-platform
51+
IMAGE_REPOSITORY: virtopaasregistrymain.azurecr.io/vcpt/virtoozdev-platform
5252
TAG: ${{ env.PLATFORM_VERSION }}-${{ steps.vars.outputs.sha_short }}
5353

5454
- name: Update app
5555
run: |
56-
vc-build CloudEnvSetParameter -EnvironmentName vcpt-virtooz -CloudToken ${{ secrets.VCPT_PLATFORM_TOKEN }} -HelmParameters platform.image.tag=$TAG
56+
vc-build CloudEnvSetParameter -EnvironmentName vcpt-virtoozdev -CloudToken ${{ secrets.VCPT_PLATFORM_TOKEN }} -HelmParameters platform.image.tag=$TAG
5757
env:
5858
TAG: ${{ env.PLATFORM_VERSION }}-${{ steps.vars.outputs.sha_short }}

.github/workflows/deploy-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
paths:
77
- 'infra/**'
8-
branches: [ virtooz ]
8+
branches: [ virtoozdev ]
99

1010
jobs:
1111
gitops:

0 commit comments

Comments
 (0)