Skip to content
Extraits de code Groupes Projets
Valider cb67c14a rédigé par Raphael Sofaer's avatar Raphael Sofaer
Parcourir les fichiers

Make cap deploy follow a branch in deploy_config.yml

parent f8cec95d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -7,5 +7,8 @@ set :user, config['user']
if config['password']
set :password, config['password']
end
if config['branch']
set :branch, config['branch']
end
set :repository, config['repo']
server config['server'], :app, :web, :db, :primary => true
......@@ -7,5 +7,8 @@ set :user, config['user']
if config['password']
set :password, config['password']
end
if config['branch']
set :branch, config['branch']
end
set :repository, config['repo']
server config['server'], :app, :web, :db, :primary => true
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter