This commit is contained in:
Jörg Heffner 2024-08-14 19:30:23 +02:00
parent 9e99ef9e50
commit 5c9593fbcd
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