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
Just in case it might help others, in order to ensure that you are in the application folder (and therefore have access to the Gemfile), simply do a queue! %[cd "#{deploy_to!}/#{current_path!}"] before calling the action that requires the Gemfile.
Should that not be the responsibility of the command in question?
For instance if calling this command.
mina rails:db_migrate
Should it not first cd into the correct directory and then perform the migration command.
This could be done withe pushd and popd for instance to leave the script in it starting directory.
All of the Rails tasks are failing. It correctly SSHes to the server, but then fails with:
There IS a Gemfile though.
The text was updated successfully, but these errors were encountered: