Closes #<2270>: add deployment to Microsoft Azure

This commit is contained in:
sfrevel 2023-05-25 11:02:13 +02:00 committed by Alex
parent 10f1d008da
commit 0898effb83
1 changed files with 6 additions and 0 deletions

View File

@ -459,6 +459,12 @@ jobs:
IBM_CLOUD_CF_SPACE: ${{ secrets.IBM_CLOUD_CF_SPACE }} IBM_CLOUD_CF_SPACE: ${{ secrets.IBM_CLOUD_CF_SPACE }}
RESOURCE_GROUP: default RESOURCE_GROUP: default
APP_MANIFEST_FILE: ci/ibm_cf_manifest.yml APP_MANIFEST_FILE: ci/ibm_cf_manifest.yml
- name: Deploy to Microsoft Azure
uses: Azure/webapps-deploy@v2
with:
app-name: taskana
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
package: rest/taskana-rest-spring-example-boot/target/taskana-rest-spring-example-boot.jar
- name: Smoke test documentation - name: Smoke test documentation
run: ci/verify_docs_alive.sh run: ci/verify_docs_alive.sh
- name: Cancel workflow - name: Cancel workflow