File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : API Deployment
2
2
3
3
env :
4
- registryName : {your_registry_name} .azurecr.io
4
+ registryName : k4ptzh7alyfjecosureg .azurecr.io
5
5
repositoryName : techexcel/csapi
6
6
dockerFolderPath : ./src/ContosoSuitesWebAPI
7
7
tag : ${{github.run_number}}
65
65
needs : dockerBuildPush
66
66
environment :
67
67
name : prod
68
- url : https://{your_prefix} -api.azurewebsites.net/
68
+ url : https://k4ptzh7alyfje -api.azurewebsites.net/
69
69
70
70
steps :
71
71
- uses : actions/checkout@v4
77
77
78
78
- uses : azure/webapps-deploy@v2
79
79
with :
80
- app-name : ' {your_prefix} -api'
81
- images : {your_registry_name} .azurecr.io/techexcel/csapi:${{github.run_number}}
80
+ app-name : ' k4ptzh7alyfje -api'
81
+ images : k4ptzh7alyfjecosureg .azurecr.io/techexcel/csapi:${{github.run_number}}
Original file line number Diff line number Diff line change 1
1
name : Dashboard Deployment
2
2
3
3
env :
4
- registryName : {your_registry_name} .azurecr.io
4
+ registryName : k4ptzh7alyfjecosureg .azurecr.io
5
5
repositoryName : techexcel/csdash
6
6
dockerFolderPath : ./src/ContosoSuitesDashboard
7
7
tag : ${{github.run_number}}
54
54
needs : dockerBuildPush
55
55
environment :
56
56
name : prod
57
- url : https://{your_prefix} -dash.azurewebsites.net/
57
+ url : https://k4ptzh7alyfje -dash.azurewebsites.net/
58
58
59
59
steps :
60
60
- uses : actions/checkout@v4
66
66
67
67
- uses : azure/webapps-deploy@v2
68
68
with :
69
- app-name : ' {your_prefix} -dash'
70
- images : {your_registry_name} .azurecr.io/techexcel/csdash:${{github.run_number}}
69
+ app-name : ' k4ptzh7alyfje -dash'
70
+ images : k4ptzh7alyfjecosureg .azurecr.io/techexcel/csdash:${{github.run_number}}
You can’t perform that action at this time.
0 commit comments