Skip to content

Commit d988100

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent 826e1e4 commit d988100

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

azure-pipelines.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ steps:
1717
archiveType: 'zip'
1818
archiveFile: '$(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip'
1919
replaceExistingArchive: true
20+
2021
- task: AzureRmWebAppDeployment@5
2122
inputs:
2223
ConnectionType: 'AzureRM'
2324
azureSubscription: 'Paiement à l’utilisation(78b9a3d9-a777-4dad-8f72-5fc24f431d13)'
24-
appType: 'webAppLinux'
25-
WebAppName: 'VanessaDemo'
26-
packageForLinux: '$(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip'
27-
StartupCommand: 'python -m flask --app app/main.py run'
28-
DeploymentTypeLinux: 'oneDeploy'
25+
appType: 'webAppContainer'
26+
WebAppName: 'VanessaApp2'
27+
DockerNamespace: 'vanessakovalsky'
28+
DockerRepository: 'mypythonapp'
29+
DockerImageTag: 'latest'

0 commit comments

Comments
 (0)