davidalger / capistrano-magento2

Magento 2 specific tasks for Capistrano 3
https://rubygems.org/gems/capistrano-magento2
Open Software License 3.0
228 stars 75 forks source link

Catalog product images in production mode delete after deploy #150

Closed yattargor closed 4 years ago

yattargor commented 4 years ago

Hi! Thank you for your work mr. David!

I have one question about situation that is verify during deploy from development to production machine. I inserted various products in production machine with description, images and other stuff that I can insert in magento product page, but everytime that I redeploy my Magento instance from dev to production everything is mantain except every products images. (es. pub/media/catalog/(folders here)). After some my considerations I understand various functionality of your code but I don't understand that.

So I know that thisi is a stupid question for you but I try to ask you this question to you so maybe If you have sometime I can know better the funcionality of you work!

Thank you very much in advance for your answer.

yattargor commented 4 years ago

Ok, I resolved this. It my fault.

I don't understand the functionality of "linked_dirs" in deploy.rb

Thank you for your time