Skip to content

Commit 7204eb1

Browse files
more changes incoming
1 parent 13124bb commit 7204eb1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/api.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: API Deployment
22

33
env:
4-
registryName: {your_registry_name}.azurecr.io
4+
registryName: k4ptzh7alyfjecosureg.azurecr.io
55
repositoryName: techexcel/csapi
66
dockerFolderPath: ./src/ContosoSuitesWebAPI
77
tag: ${{github.run_number}}
@@ -65,7 +65,7 @@ jobs:
6565
needs: dockerBuildPush
6666
environment:
6767
name: prod
68-
url: https://{your_prefix}-api.azurewebsites.net/
68+
url: https://k4ptzh7alyfje-api.azurewebsites.net/
6969

7070
steps:
7171
- uses: actions/checkout@v4
@@ -77,5 +77,5 @@ jobs:
7777

7878
- uses: azure/webapps-deploy@v2
7979
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}}

.github/workflows/dashboard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Dashboard Deployment
22

33
env:
4-
registryName: {your_registry_name}.azurecr.io
4+
registryName: k4ptzh7alyfjecosureg.azurecr.io
55
repositoryName: techexcel/csdash
66
dockerFolderPath: ./src/ContosoSuitesDashboard
77
tag: ${{github.run_number}}
@@ -54,7 +54,7 @@ jobs:
5454
needs: dockerBuildPush
5555
environment:
5656
name: prod
57-
url: https://{your_prefix}-dash.azurewebsites.net/
57+
url: https://k4ptzh7alyfje-dash.azurewebsites.net/
5858

5959
steps:
6060
- uses: actions/checkout@v4
@@ -66,5 +66,5 @@ jobs:
6666

6767
- uses: azure/webapps-deploy@v2
6868
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}}

0 commit comments

Comments
 (0)