Bump Azure/webapps-deploy from 2 to 3
Bumps [Azure/webapps-deploy](https://github.com/azure/webapps-deploy) from 2 to 3. - [Release notes](https://github.com/azure/webapps-deploy/releases) - [Commits](https://github.com/azure/webapps-deploy/compare/v2...v3) --- updated-dependencies: - dependency-name: Azure/webapps-deploy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
487a21db59
commit
73eb10cbaf
|
@ -455,7 +455,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@v2
|
uses: Azure/webapps-deploy@v3
|
||||||
with:
|
with:
|
||||||
app-name: taskana
|
app-name: taskana
|
||||||
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