Skip to content

Commit

Permalink
Switch back to VCST defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
asvishnyakov committed Aug 9, 2024
1 parent 43fa5d5 commit 37f3b00
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
push:
paths:
- 'backend/**'
branches: [ ai ]
branches:
- 'vcst-*'

jobs:
gitops:
Expand All @@ -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: ''

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
push:
paths:
- 'infra/**'
branches: [ ai ]
branches:
- 'vcst-*'

jobs:
gitops:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/deploy-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
push:
paths:
- 'theme/**'
branches: [ ai ]
branches:
- 'vcst-*'

jobs:
gitops:
Expand All @@ -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:
Expand Down

0 comments on commit 37f3b00

Please sign in to comment.