mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
added cloudfoundry manifest
This commit is contained in:
parent
85b22d466e
commit
6ebc944c38
1 changed files with 13 additions and 0 deletions
13
manifest.yml
Normal file
13
manifest.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
applications:
|
||||
.:
|
||||
name: cloudcmd
|
||||
framework:
|
||||
name: node
|
||||
info:
|
||||
mem: 512M
|
||||
description: Node.js Application
|
||||
exec:
|
||||
url: ${name}.${target-base}
|
||||
mem: 128M
|
||||
instances: 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue