This commit is contained in:
parent
9e99ef9e50
commit
5c9593fbcd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue