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 been using this plugin for a while now and it's been working excellently. However as my local site grows, the time it takes to deploy increases. Additionally, it uploads lots of content that rarely changes. Entire folders of images from articles that are months old for example.
Is there any way to have it compare change dates on content before upload to avoid unncessary file transfers?
The text was updated successfully, but these errors were encountered:
I think this is not the scope of this plugin. As clearly it said at the initial doc:
For simplicity purposes this task avoids deleting any files and it is not trying to do any size or time stamp comparison. It simply transfers all the files (and folder structure) from your dev / build location to a location on your server.
If I where you, I would either:
Search for another plugin that does the comparison (have in mind that this will be very very slow)
Fork this repository and add the extra code (and also share it 😄 )
Use another approach. Have you thought to use something like this: https://www.deployhq.com/ ? I think this option will be the best for you.
I've been using this plugin for a while now and it's been working excellently. However as my local site grows, the time it takes to deploy increases. Additionally, it uploads lots of content that rarely changes. Entire folders of images from articles that are months old for example.
Is there any way to have it compare change dates on content before upload to avoid unncessary file transfers?
The text was updated successfully, but these errors were encountered: