Skip to content

Commit 6975854

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 0a306f9 commit 6975854

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ pool:
1010
vmImage: ubuntu-latest
1111
strategy:
1212
matrix:
13-
Python27:
14-
python.version: '2.7'
15-
Python35:
16-
python.version: '3.5'
17-
Python36:
18-
python.version: '3.6'
19-
Python37:
20-
python.version: '3.7'
13+
Python39:
14+
python.version: '3.9'
15+
Python311:
16+
python.version: '3.11'
2117

2218
steps:
2319
- task: UsePythonVersion@0
@@ -34,3 +30,11 @@ steps:
3430
pip install pytest pytest-azurepipelines
3531
pytest
3632
displayName: 'pytest'
33+
34+
- task: AzureRmWebAppDeployment@4
35+
inputs:
36+
ConnectionType: 'AzureRM'
37+
azureSubscription: 'julia-test-service-conn-workflow-identity'
38+
appType: 'webAppLinux'
39+
WebAppName: 'ceb-pipelines-flask-webapp'
40+
packageForLinux: '$(System.DefaultWorkingDirectory)/**/*.zip'

0 commit comments

Comments
 (0)