Skip to content

Commit

Permalink
Deploy to spring-asa
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Feb 26, 2025
1 parent ea7556e commit fc15921
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- spring-asa
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:
- name: Set up Azure
uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0
with:
creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_IO }}
creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_ASA }}

- name: Set up Azure Spring Extension
run: az extension add --name spring
Expand All @@ -53,8 +54,8 @@ jobs:
run: |
az spring app deploy \
--name start-spring-io \
--service spring-io \
--resource-group spring-io \
--service spring-asa \
--resource-group spring-asa \
--artifact-path start-site/target/start-site-exec.jar
- name: Send notification
Expand Down

0 comments on commit fc15921

Please sign in to comment.