Skip to content

Commit aa16cd0

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent 1f31555 commit aa16cd0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ stages:
3737
containerRegistry: $(dockerRegistryServiceConnection)
3838
tags: |
3939
$(tag)
40+
- task: AzureWebAppContainer@1
41+
inputs:
42+
azureSubscription: 'Visual Studio Enterprise Subscription(2fe416be-868a-4de9-9c05-cad961ec9d3a)'
43+
appName: 'containers-app-service'
44+
deployToSlotOrASE: true
45+
resourceGroupName: 'aks-test-eastus'
46+
slotName: 'production'
47+
containers: 'ehimemen.azurecr.io/theophilushashnodedockerexample:Build.BuildId'

0 commit comments

Comments
 (0)