diff options
Diffstat (limited to 'config/deploy.rb')
-rw-r--r-- | config/deploy.rb | 4 |
1 files changed, 2 insertions, 2 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 | ||