Skip to content

Commit

Permalink
Update azure-spring-apps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wuweiran authored Sep 10, 2024
1 parent 8d583e6 commit 58ead79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/azure-spring-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,17 @@ jobs:
- name: Azure CLI Action to deploy
uses: Azure/cli@v2
with:
azcliversion: 2.64.0
inlineScript: |
az config set extension.dynamic_install_allow_preview=true
az spring app deploy \
--subscription ${{ secrets.AZURE_SUBSCRIPTION }}\
--resource-group tortolla\
--service tortolla-service\
--name tortolla\
--artifact-path ${{ github.workspace }}/tortolla/presentation/target/*.jar \
--runtime-version Java_17\
--build-cpu 0.25\
--build-cpu 250m\
--build-memory 512Mi
Expand Down

0 comments on commit 58ead79

Please sign in to comment.