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
So, on my server "#{deploy_to}/#{current_path}/public/assets" and "./public" is the same folders. Is it my mistake or mina bug?
My deploy log:
...
It was installed into ./vendor/bundle
-----> DB migrations unchanged; skipping DB migration
-----> Skipping asset precompilation
cp: `/home/deployer/lifescan/current/public/assets' and `./public/assets' are the same file
! ERROR: Deploy failed.
-----> Cleaning up build
Unlinking current
OK
The text was updated successfully, but these errors were encountered:
Hi @zhulik you are using the wrong version od mina :), have you updated it globally? (gem install mina), because as far as I can see you wrote this line
When mina skipping assets precompilation it trying to execute
So, on my server "#{deploy_to}/#{current_path}/public/assets" and "./public" is the same folders. Is it my mistake or mina bug?
My deploy log:
The text was updated successfully, but these errors were encountered: