Skip to content
New issue

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

Puma.rb not found error. #36

Closed
vysakh0 opened this issue Mar 3, 2014 · 2 comments
Closed

Puma.rb not found error. #36

vysakh0 opened this issue Mar 3, 2014 · 2 comments

Comments

@vysakh0
Copy link

vysakh0 commented Mar 3, 2014

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

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?

@seuros
Copy link
Owner

seuros commented Mar 3, 2014

copy/symlink puma.rb to lib/capistrano/templates/, the gem will copy that file instead.

@vysakh0
Copy link
Author

vysakh0 commented Mar 3, 2014

Thank you for the prompt response :)

@vysakh0 vysakh0 closed this as completed Mar 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants