Skip to content

Commit

Permalink
Replace stackato.yml with manifest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Tat committed Aug 5, 2014
1 parent 3a8b891 commit fa09c1e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
14 changes: 14 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
applications:
- name: repl-it
framework:
name: node
mem: 512M
stackato:
hooks:
post-staging:
- npm install coffee-script
- pypm install pygments
- git submodule update --init --recursive
ignores: []
processes:
web: node $HOME/server.js $VCAP_APP_PORT
12 changes: 0 additions & 12 deletions stackato.yml

This file was deleted.

0 comments on commit fa09c1e

Please sign in to comment.