Using capistrano we can set the user running the application different from the user owning the files and folder of the application.
deploy.rb
set :app_runtime_user, "123""abc" will own the folders and "123" will run the application.
set :app_runtime_group, "123group"
set :user, "abc"
No comments:
Post a Comment