Skip to content

Commit

Permalink
add manifest file to deploy the application to the cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
flinden68 committed Dec 17, 2019
1 parent fc142c2 commit db49ae5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
applications:
- name: document-conversion-api
instances: 1
memory: 768M
disk_quota: 512M
path: target/document-conversion-api.jar
host: document-conversion-api

0 comments on commit db49ae5

Please sign in to comment.