Skip to content

Commit 5f513ec

Browse files
committed
Move to new Azure tenant
1 parent 53bcaf5 commit 5f513ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Azure
2727
uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0
2828
with:
29-
creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_TEAM }}
29+
creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_ASA }}
3030

3131
- name: Set up Azure Spring Extension
3232
run: az extension add --name spring
@@ -35,6 +35,6 @@ jobs:
3535
run: |
3636
az spring app deploy \
3737
--name issue-bot \
38-
--service spring-team \
39-
--resource-group spring-team \
38+
--service spring-asa \
39+
--resource-group spring-asa \
4040
--artifact-path build/libs/issue-bot.jar

0 commit comments

Comments
 (0)