Skip to content

Instantly share code, notes, and snippets.

@adamalex
Created July 29, 2013 01:02
Show Gist options
  • Save adamalex/6101546 to your computer and use it in GitHub Desktop.
Save adamalex/6101546 to your computer and use it in GitHub Desktop.
Deploying to Stackato using Heroku's Node buildpack
{
"name": "nodeweb",
"version": "0.0.1",
"engines": {
"node": "0.10.x"
}
}
web: node app.js
name: nodeweb
instances: 1
framework:
type: buildpack
env:
BUILDPACK_URL: git://github.com/heroku/heroku-buildpack-nodejs.git
mem: 128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment