Deploy from the stable branch and not from master

This commit is contained in:
Henne Vogelsang 2016-06-20 15:10:22 +02:00
parent a16a3f6bfd
commit acc1c3c5f3

View file

@ -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.