TSK-100: REST version in manifest.yml updated.
This commit is contained in:
parent
d5fcf1fe37
commit
ea60136855
|
|
@ -1,7 +1,7 @@
|
||||||
# Configuration file for Cloud Foundry, see https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html
|
# Configuration file for Cloud Foundry, see https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html
|
||||||
applications:
|
applications:
|
||||||
- name: taskana-rest
|
- name: taskana-rest
|
||||||
path: rest/target/rest-0.0.1-SNAPSHOT.jar
|
path: rest/target/rest-0.0.3-SNAPSHOT.jar
|
||||||
buildpack: https://github.com/cloudfoundry/java-buildpack.git#v3.10
|
buildpack: https://github.com/cloudfoundry/java-buildpack.git#v3.10
|
||||||
memory: 512M
|
memory: 512M
|
||||||
disk_quota: 256M
|
disk_quota: 256M
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue