From acc1c3c5f31dad283cd2e5aaed4add10ba78a135 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Mon, 20 Jun 2016 15:10:22 +0200 Subject: [PATCH] Deploy from the stable branch and not from master --- config/deploy.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/deploy.rb b/config/deploy.rb index 5a9090fb..3e75ac0c 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -7,6 +7,7 @@ set :port, 2214 set :user, 'osem' set :deploy_to, '/srv/www/vhosts/opensuse.org/events' set :repository, 'https://github.com/openSUSE/osem.git' +set :revision, 'one' # Manually create these paths in shared/ (eg: shared/config/database.yml) in your server. # They will be linked in the 'deploy:link_shared_paths' step.