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
echo returns 'unicorn_rails' correctly, but unicorn:start returns default value... 🤔
execute() has a subtle behaviour. When calling within './directory' { execute(:bundle, :install) } for example, the first argument to execute() is a Stringish with no whitespace. This allows the command to pass through the SSHKit::CommandMap which enables a number of powerful features. https://capistranorb.com/documentation/getting-started/tasks/
I recommend that removing whitespace from tasks/unicorn.rake .
The text was updated successfully, but these errors were encountered:
deploy.rb
and execute log is below.
echo returns
'unicorn_rails'
correctly, but unicorn:start returns default value... 🤔I recommend that removing
whitespace
fromtasks/unicorn.rake
.The text was updated successfully, but these errors were encountered: