We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have my config file in config/puma.rb but the capistrano task always raises the error puma.rb not found error and generates a new file
config/puma.rb
puma.rb
I even tried to use
set :puma_conf, -> { File.join(current_path, 'config/puma.rb') }
which also raises some error and aborts the deployment.
Could someone point the mistake i am making?
The text was updated successfully, but these errors were encountered:
copy/symlink puma.rb to lib/capistrano/templates/, the gem will copy that file instead.
Sorry, something went wrong.
Thank you for the prompt response :)
No branches or pull requests
I have my config file in
config/puma.rb
but the capistrano task always raises the errorpuma.rb
not found error and generates a new fileI even tried to use
which also raises some error and aborts the deployment.
Could someone point the mistake i am making?
The text was updated successfully, but these errors were encountered: