Skip to content

Commit 0045f35

Browse files
committed
fix bmoussaudlebo
1 parent 311ea9f commit 0045f35

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://{your_prefix}-dev.azurewebsites.net/
82+
url: https://bmoussaudlebo-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: '{your_prefix}-dev'
92+
app-name: 'bmoussaudlebo-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://{your_prefix}-test.azurewebsites.net/
101+
url: https://bmoussaudlebo-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: '{your_prefix}-test'
113+
app-name: 'bmoussaudlebo-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://{your_prefix}-prod.azurewebsites.net/
122+
url: https://bmoussaudlebo-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: '{your_prefix}-prod'
134+
app-name: 'bmoussaudlebo-prod'
135135
images: ut3bnazh3pnt6mpnpreg.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}

0 commit comments

Comments
 (0)