Skip to content

Commit

Permalink
Update catalog-cd-aca.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-kastil committed Sep 2, 2024
1 parent 5bebdee commit 920fc7f
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions deploy/pipelines/catalog-cd-aca.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: 03-01-catalog-cd-aca

# trigger:
# branches:
# include:
Expand All @@ -12,14 +13,20 @@ pr: none

pool:
vmImage: "ubuntu-20.04"
steps:
- task: AzureContainerApps@1
inputs:
azureSubscription: 'scFood'
acrName: 'az400acrdev'
acrUsername: 'az400acrdev'
acrPassword: $(acaPassword)
imageToDeploy: 'az400acrdev.azurecr.io/catalog-service:latest'
containerAppName: 'catalog-service-v1'
resourceGroup: 'az-400'
containerAppEnvironment: 'az400acaenv-dev'

stages:
- stage: Deploy
jobs:
- job: Deploy
displayName: Deploy to ACA
steps:
- task: AzureContainerApps@1
inputs:
azureSubscription: 'scFood'
acrName: 'az400acrdev'
acrUsername: 'az400acrdev'
acrPassword: $(acaPassword)
imageToDeploy: 'az400acrdev.azurecr.io/catalog-service:latest'
containerAppName: 'catalog-service-v1'
resourceGroup: 'az-400'
containerAppEnvironment: 'az400acaenv-dev'

0 comments on commit 920fc7f

Please sign in to comment.