capistrano-cookbook
capistrano-cookbook copied to clipboard
Tasks to reduce boilerplate when deploying Rails and Sinatra apps with Capistrano 3
Hello, The certbot task return a LocalJumpError when certbot_enable_ssl is false, because block can't use return statement. You can use instead abort, next , or define a method : Example...
Here - https://github.com/TalkingQuickly/capistrano-cookbook/blob/master/lib/capistrano/cookbook/tasks/compile_assets_locally.cap#L9 I am getting this error - DEBUG [6fdf9537] Command: RAILS_ENV=production bundle exec rake assets:precompile INFO [6fdf9537] Finished in 1.987 seconds with exit status 0 (successful). INFO [eb41690b]...