From b65d87f563858dfe8cd9a0821dbf00b07fea593b Mon Sep 17 00:00:00 2001 From: Neil Gehani Date: Thu, 14 Jan 2016 17:32:17 -0800 Subject: [PATCH] New name for app in manifest, excluded sampleimage --- manifest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index a0d1ace..411b46a 100644 --- a/manifest.yml +++ b/manifest.yml @@ -2,7 +2,7 @@ applications: - command: bundle exec rake db:migrate && rails s -p $PORT disk: 2048 memory: 256 - name: social-butterfly-fixed + name: social-butterfly-ng path: . services: free.postgresql-59ead: @@ -13,6 +13,7 @@ applications: stackato: ignores: - public/system + - sampleimage requirements: ubuntu: - libmagickwand-dev imagemagick