From a604b07d20ada93249872058356fa59639b829d2 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Mon, 8 Sep 2014 09:35:37 +0200 Subject: [PATCH] blog modifs mineurs --- Gemfile | 2 +- app/controllers/public/articles_controller.rb | 2 +- config/deploy.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 29c554e..1529e83 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ end gem "capistrano", group: :development gem "rvm-capistrano", group: :development - +gem 'net-ssh', '~>2.7.0' # Use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0' diff --git a/app/controllers/public/articles_controller.rb b/app/controllers/public/articles_controller.rb index f27be1a..0749aa2 100644 --- a/app/controllers/public/articles_controller.rb +++ b/app/controllers/public/articles_controller.rb @@ -16,7 +16,7 @@ class Public::ArticlesController < ApplicationController def feed # this will be the name of the feed displayed on the feed reader - @title = "Blog de Nicolas Bally" + @title = "Blog de Geneviève gagos" # the news items @articles = Article.before(Date.today).recents diff --git a/config/deploy.rb b/config/deploy.rb index 4ff4d32..97e5894 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,7 +1,7 @@ set :application, 'blog_eft_app' - set :domain, '62.210.187.249' + set :domain, 'box4.quartz.xyz' set :user, 'web' set :scm_user, "git"