TSK-1595: updated IBM/cloudfoundry-deploy action to version 2.0

This commit is contained in:
Mustapha Zorgati 2021-03-16 15:39:40 +01:00
parent 327747cbd8
commit 785b60f92f
2 changed files with 4 additions and 2 deletions

View File

@ -419,12 +419,14 @@ jobs:
- name: Verify Example Application contains documentation
run: ci/verify_docs_jar.sh
- name: Deploy to IBM Cloud Foundry
uses: IBM/cloudfoundry-deploy@v1.1
uses: IBM/cloudfoundry-deploy@v2.0
with:
IBM_CLOUD_API_KEY: ${{ secrets.IBM_CLOUD_API_KEY }}
IBM_CLOUD_CF_API: ${{ secrets.IBM_CLOUD_CF_API }}
IBM_CLOUD_CF_ORG: ${{ secrets.IBM_CLOUD_CF_ORG }}
IBM_CLOUD_CF_SPACE: ${{ secrets.IBM_CLOUD_CF_SPACE }}
RESOURCE_GROUP: default
APP_MANIFEST_FILE: ci/ibm_cf_manifest.yml
- name: Smoke test documentation
run: ci/verify_docs_alive.sh
- name: Cancel workflow

View File

@ -1,7 +1,7 @@
# Configuration file for Cloud Foundry, see https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html
applications:
- name: taskana-rest-spring-example-boot
path: rest/taskana-rest-spring-example-boot/target/taskana-rest-spring-example-boot.jar
path: ../rest/taskana-rest-spring-example-boot/target/taskana-rest-spring-example-boot.jar
buildpacks:
- https://github.com/cloudfoundry/java-buildpack.git
memory: 640M