From 6ebc944c380e648fa34250915c8e99fd35da4614 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 19 Apr 2013 11:39:20 +0300 Subject: [PATCH] added cloudfoundry manifest --- manifest.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 manifest.yml diff --git a/manifest.yml b/manifest.yml new file mode 100644 index 00000000..5353529e --- /dev/null +++ b/manifest.yml @@ -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