Skip to content

Instantly share code, notes, and snippets.

@codinko
Created May 10, 2017 04:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codinko/001034161b6dee49fb52690345584446 to your computer and use it in GitHub Desktop.
Save codinko/001034161b6dee49fb52690345584446 to your computer and use it in GitHub Desktop.
manifest.yml file for hello-boot Spring boot app
---
applications:
- name: hello-boot
instances: 1
host: hello-boot-${random-word}
path: target/hello-boot-1.0.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment