Make the comments-code order match

This commit is contained in:
gregoirenovel 2018-10-24 14:20:38 +02:00
parent 70a3b9737c
commit 7559653062

View file

@ -14,13 +14,13 @@ require 'mina/rbenv'
# user - Username in the server to SSH to # user - Username in the server to SSH to
set :domain, ENV.fetch('domain') set :domain, ENV.fetch('domain')
set :repository, 'https://github.com/betagouv/tps.git'
deploy_to = '/var/www/ds' deploy_to = '/var/www/ds'
set :deploy_to, deploy_to set :deploy_to, deploy_to
set :user, 'ds' set :repository, 'https://github.com/betagouv/tps.git'
set :branch, ENV.fetch('branch') set :branch, ENV.fetch('branch')
set :rbenv_path, "/home/ds/.rbenv/bin/rbenv"
set :forward_agent, true set :forward_agent, true
set :user, 'ds'
set :rbenv_path, "/home/ds/.rbenv/bin/rbenv"
# Manually create these paths in shared/ on your server. # Manually create these paths in shared/ on your server.
# They will be linked in the 'deploy:link_shared_paths' step. # They will be linked in the 'deploy:link_shared_paths' step.