We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bcaf5 commit 5f513ecCopy full SHA for 5f513ec
.github/workflows/build-and-deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up Azure
27
uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0
28
with:
29
- creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_TEAM }}
+ creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_ASA }}
30
31
- name: Set up Azure Spring Extension
32
run: az extension add --name spring
@@ -35,6 +35,6 @@ jobs:
35
run: |
36
az spring app deploy \
37
--name issue-bot \
38
- --service spring-team \
39
- --resource-group spring-team \
+ --service spring-asa \
+ --resource-group spring-asa \
40
--artifact-path build/libs/issue-bot.jar
0 commit comments