taskana/ci/ibm_cf_manifest.yml

9 lines
359 B
YAML

# 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
buildpacks:
- https://github.com/cloudfoundry/java-buildpack.git
memory: 1G
disk_quota: 512M