Skip to content

Commit 7a9349c

Browse files
committed
update env
1 parent 652d0b9 commit 7a9349c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dotnet-deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
needs: dockerBuildPush
8080
environment:
8181
name: dev
82-
url: https://bmoussaudlebo-dev.azurewebsites.net/
82+
url: https://ut3bnazh3pnt6-dev.azurewebsites.net/
8383

8484
steps:
8585
- name: 'Login via Azure CLI'
@@ -89,7 +89,7 @@ jobs:
8989

9090
- uses: azure/webapps-deploy@v2
9191
with:
92-
app-name: 'bmoussaudlebo-dev'
92+
app-name: 'ut3bnazh3pnt6-dev'
9393
images: ut3bnazh3pnt6mpnpreg.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
9494

9595
deploy-to-test:
@@ -98,7 +98,7 @@ jobs:
9898
needs: deploy-to-dev
9999
environment:
100100
name: test
101-
url: https://bmoussaudlebo-test.azurewebsites.net/
101+
url: https://ut3bnazh3pnt6-test.azurewebsites.net
102102

103103
steps:
104104
- uses: actions/checkout@v3
@@ -110,7 +110,7 @@ jobs:
110110

111111
- uses: azure/webapps-deploy@v2
112112
with:
113-
app-name: 'bmoussaudlebo-test'
113+
app-name: 'ut3bnazh3pnt6-test'
114114
images: ut3bnazh3pnt6mpnpreg.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
115115

116116
deploy-to-prod:
@@ -119,7 +119,7 @@ jobs:
119119
needs: deploy-to-test
120120
environment:
121121
name: prod
122-
url: https://bmoussaudlebo-prod.azurewebsites.net/
122+
url: https://ut3bnazh3pnt6-prod.azurewebsites.net/
123123

124124
steps:
125125
- uses: actions/checkout@v3
@@ -131,5 +131,5 @@ jobs:
131131

132132
- uses: azure/webapps-deploy@v2
133133
with:
134-
app-name: 'bmoussaudlebo-prod'
134+
app-name: 'ut3bnazh3pnt6-prod'
135135
images: ut3bnazh3pnt6mpnpreg.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}

0 commit comments

Comments
 (0)