diff --git a/config/deploy/virtualbox.rb b/config/deploy/virtualbox.rb index dda565c..26887e0 100644 --- a/config/deploy/virtualbox.rb +++ b/config/deploy/virtualbox.rb @@ -7,7 +7,7 @@ # cap virtualbox deploy # # Roles are where the various servers live -server "localhost", user: "deploy", roles: %w{web}, port: 2222 +server "localhost", user: "deploy", roles: %w{app db web postgres}, port: 2222 # Rbenv is under user. set :rbenv_type, :user @@ -23,4 +23,4 @@ def current_git_branch end # Set the deploy branch to the current branch -set :branch, current_git_branch \ No newline at end of file +set :branch, current_git_branch