You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting started with this cookbook, and following this tutorial. If I understand correctly, the apps user doesn't really do anything, and the deploy user is meant for using with Capistrano. However, when I run cap deploy:setup it fails to create the directories because it doesn't have permission to create the in the apps user's home directory. How is this intended to work? Should I be using the apps user for deploys? If so, what is the point of the deploy user (and vice versa). Or am I expected to manually create the directory for my app and grant ownership to the deploy user?
The text was updated successfully, but these errors were encountered:
I'm getting started with this cookbook, and following this tutorial. If I understand correctly, the
apps
user doesn't really do anything, and thedeploy
user is meant for using with Capistrano. However, when I runcap deploy:setup
it fails to create the directories because it doesn't have permission to create the in theapps
user's home directory. How is this intended to work? Should I be using theapps
user for deploys? If so, what is the point of thedeploy
user (and vice versa). Or am I expected to manually create the directory for my app and grant ownership to thedeploy
user?The text was updated successfully, but these errors were encountered: