Skip to content

Commit 50b24c2

Browse files
authored
Update againagainagain.yml
1 parent 0949f1a commit 50b24c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/againagainagain.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
needs: dockerBuildPush
8282
environment:
8383
name: dev
84-
url: https://pickels808-dev.azurewebsites.net/
84+
url: https://onfp77x2viod4-dev.azurewebsites.net/
8585

8686
steps:
8787
- name: 'Login via Azure CLI'
@@ -91,7 +91,7 @@ jobs:
9191

9292
- uses: azure/webapps-deploy@v2
9393
with:
94-
app-name: 'pickels808-dev'
94+
app-name: 'onfp77x2viod4-dev'
9595
images: onfp77x2viod4.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
9696

9797
deploy-to-test:
@@ -100,7 +100,7 @@ jobs:
100100
needs: deploy-to-dev
101101
environment:
102102
name: test
103-
url: https://pickels808-test.azurewebsites.net/
103+
url: https://onfp77x2viod4-test.azurewebsites.net/
104104

105105
steps:
106106
- uses: actions/checkout@v3
@@ -112,7 +112,7 @@ jobs:
112112

113113
- uses: azure/webapps-deploy@v2
114114
with:
115-
app-name: 'pickels808-test'
115+
app-name: 'onfp77x2viod4-test'
116116
images: onfp77x2viod4.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
117117

118118
deploy-to-prod:
@@ -121,7 +121,7 @@ jobs:
121121
needs: deploy-to-test
122122
environment:
123123
name: prod
124-
url: https://pickels808-prod.azurewebsites.net/
124+
url: https://onfp77x2viod4-prod.azurewebsites.net/
125125

126126
steps:
127127
- uses: actions/checkout@v3
@@ -133,5 +133,5 @@ jobs:
133133

134134
- uses: azure/webapps-deploy@v2
135135
with:
136-
app-name: 'pickels808-prod'
136+
app-name: 'onfp77x2viod4-prod'
137137
images: onfp77x2viod4.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}

0 commit comments

Comments
 (0)