Merge pull request #4 from gitgoodjhe/deployDemoApp

s
This commit is contained in:
Jörg Heffner 2024-08-14 19:30:54 +02:00 committed by GitHub
commit 3cfa52e00d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ jobs:
with: with:
creds: '{"clientId":"${{ secrets.CLIENT_ID }}","clientSecret":"${{ secrets.CLIENT_SECRET }}","subscriptionId":"${{ secrets.SUBSCRIPTION_ID }}","tenantId":"${{ secrets.TENANT_ID }}"}' creds: '{"clientId":"${{ secrets.CLIENT_ID }}","clientSecret":"${{ secrets.CLIENT_SECRET }}","subscriptionId":"${{ secrets.SUBSCRIPTION_ID }}","tenantId":"${{ secrets.TENANT_ID }}"}'
- name: Deploy to Microsoft Azure - name: Deploy to Microsoft Azure
uses: Azure/webapps-deploy@v3 uses: Azure/webapps-deploy@v2
with: with:
app-name: kadai app-name: kadai
package: rest/taskana-rest-spring-example-boot/target/taskana-rest-spring-example-boot.jar package: rest/taskana-rest-spring-example-boot/target/taskana-rest-spring-example-boot.jar