In my deploy-file I set the group to www-data:
set :user, "root"
set :group, "www-data"
so when using cap:setup I expected capistrano to chown the folders with root:www-data
But all folders and files are root:root.
Any ideas where this problem could come from?
Information: I'm Using system-wide-rvm.