diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/deploy.rb | 4 | ||||
-rw-r--r-- | config/deploy/staging.rb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index be18ce5a..c2562965 100644 --- a/config/deploy.rb +++ b/config/deploy.rb | |||
@@ -4,8 +4,8 @@ lock '3.4.0' | |||
4 | set :application, 'wallabag' | 4 | set :application, 'wallabag' |
5 | set :repo_url, 'git@github.com:wallabag/wallabag.git' | 5 | set :repo_url, 'git@github.com:wallabag/wallabag.git' |
6 | 6 | ||
7 | set :ssh_user, 'ssh_user' | 7 | set :ssh_user, 'framasoft_bag' |
8 | server 'server_ip', user: fetch(:ssh_user), roles: %w{web app db} | 8 | server '78.46.248.87', user: fetch(:ssh_user), roles: %w{web app db} |
9 | 9 | ||
10 | set :scm, :git | 10 | set :scm, :git |
11 | 11 | ||
diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index d67d7247..ccd05b4d 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb | |||
@@ -1,2 +1,2 @@ | |||
1 | set :branch, 'v2' | 1 | set :branch, 'v2' |
2 | set :deploy_to, '/var/www/' | 2 | set :deploy_to, '/var/www/v2.wallabag.org/web/' |