Skip to content

Commit

Permalink
Update manifest.yml for Helion per Troy
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Gehani committed Jan 16, 2016
1 parent 479c16f commit 487a3cc
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
applications:
- command: bundle exec rake db:migrate && rails s -p $PORT
disk: 2048
- name: social-butterfly-ng-r224
memory: 256
name: social-butterfly-ng
disk: 2048
path: .
services:
free.postgresql-59ead:
social-butterfly-pg:
label: postgresql
plan: free
provider: core
version: 9.1
stackato:
hooks:
post-staging:
- rake db:migrate
- rake db:populate
- rake db:populateimages3
ignores:
- public/system
- sampleimage
requirements:
ubuntu:
- libmagickwand-dev imagemagick

0 comments on commit 487a3cc

Please sign in to comment.