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
I've run the setup task which completes without a hitch.
But when I try to deploy my app, I get errors because the current alias
points to a non-existent directory.
When I check myapp/releases folder there is nothing in it. I tried resetting the last_version file but now it just points to releases/1, which is simply not there, despite what the script tells me.
I've run the setup task which completes without a hitch.
But when I try to deploy my app, I get errors because the
current
aliaspoints to a non-existent directory.
Here's the output of
mina deploy --verbose
:When I check myapp/releases folder there is nothing in it. I tried resetting the last_version file but now it just points to releases/1, which is simply not there, despite what the script tells me.
Here is my deploy.rb:
Any help you can provide would be much appreciated.
The text was updated successfully, but these errors were encountered: