Skip to content

Commit

Permalink
anonymize main-cd-web-aci
Browse files Browse the repository at this point in the history
  • Loading branch information
unaihuete93 committed Oct 18, 2022
1 parent afd69a0 commit ea44138
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .ado/main-cd-web-aci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
trigger: none
# trigger: none
resources:
- repo: self
pipelines:
- pipeline: main-ci-docker-compose
source: main-ci-docker-compose # given pipeline name
trigger: true
repositories:
- repository: self
trigger: none

variables:
location: 'westeurope'
templateFile: '.azure/bicep/aci.bicep'
subscriptionid: '6829b3f6-89a8-4e99-9260-9c1602b2ca33'
azureserviceconnection: 'azure subs unai'
webappname: 'az400eshop-unai'
acr-login-server: 'acrv2f3ual42h4yy.azurecr.io'
acr-username: 'acrv2f3ual42h4yy'
resource-group: 'att-az400-ewebshop-unai'
subscriptionid: 'YOUR-SUBSCRIPTION-ID'
azureserviceconnection: 'azure subs'
webappname: 'az400eshop-NAME'
acr-login-server: 'YOUR-ACR.azurecr.io'
acr-username: 'ACR-USERNAME'
resource-group: 'att-az400-ewebshop-NAME'


stages:
Expand Down

0 comments on commit ea44138

Please sign in to comment.