From 3808b1a4b806cae2a63a8c7cc4d476170649d0f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=B1or=20Rolando?= Date: Sun, 3 Nov 2013 20:14:22 +0100 Subject: [PATCH] The application name on the server is contact-o-rama, not contactorama. --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index ceab701..e5f0af2 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,6 +1,6 @@ require 'bundler/capistrano' -set :application, "contactorama" +set :application, "contact-o-rama" set :local_repository, "apps@freebsd.tailorama.com:/home/apps/gitrepo/contactorama.git" set :repository, "/home/apps/gitrepo/contactorama.git"