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
in the error message it mentions a path, which was not mentioned in the recipe.
IMO the error message should also contain a hint to the line of the recipe, in this case cd('{{current_path}}');. otherwise the user of deployer needs to know the internals of deployer to find the actual line throwing/generating the error
The text was updated successfully, but these errors were encountered:
With a task like
you can run into errors like
in the error message it mentions a path, which was not mentioned in the recipe.
IMO the error message should also contain a hint to the line of the recipe, in this case
cd('{{current_path}}');
. otherwise the user of deployer needs to know the internals of deployer to find the actual line throwing/generating the errorThe text was updated successfully, but these errors were encountered: