Skip to content

Commit

Permalink
cf setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Gerhardt committed Feb 29, 2016
1 parent a72fbdf commit d31e423
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ node_modules
data/orders.yaml
data/orders.yml
orders.yml

cf-ssh.yml
6 changes: 6 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
applications:
- name: bpa-trello
memory: 512M
instances: 1
no-route: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An interface to interact with trello kanban lists",
"main": "cli.js",
"scripts": {
"start": "node cli.js -s stages.yaml",
"start": "node server.js",
"test": "./node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter spec"
},
"repository": {
Expand Down

0 comments on commit d31e423

Please sign in to comment.