Remove additional nitrous files (#1791)

This commit is contained in:
Andrew Cantino 2016-11-13 15:21:30 -05:00 committed by GitHub
parent fca06d6ec2
commit 085473263f
2 changed files with 0 additions and 11 deletions

View file

@ -36,5 +36,3 @@ deployment/cookbooks
manifest.yml
config/unicorn.rb
db/schema.rb
nitrous-post-create.sh
nitrous.json

View file

@ -1,9 +0,0 @@
{
"template": "rails",
"ports": [3000],
"name": "Huginn",
"description": "Build agents that monitor and act on your behalf. Your agents are standing by!",
"scripts": {
"Start Huginn": "cd ~/code/huginn && bundle exec foreman start"
}
}