Andrew Welch
Andrew Welch
Cloudinary is different from other services, in that you have to upload the files to Cloudinary first, it doesn't automatically pull them the way that Imgix does. Because of this,...
Still considering... there just hasn't been a large demand thus far.
The workflow I use for that is I have Forge set up to auto-deploy when pushed to the `staging` or `develop` branch of my Git repo. So I don't really...
If you do, you might also want to make an analogous `push_assets` script as well.
@shornuk you should try using a workflow as described here: https://nystudio107.com/blog/database-asset-syncing-between-environments-in-craft-cms You absolutely can pull the db & assets to your staging environment; just set up a `.env.sh` for that...
So what we did for this for atomic deployments was we just symlink'd the `storage` directory; would this be a feasible solution for you?
Gotcha, makes sense!
I haven't had time to evaluate the implications of it yet; and I'd also like to see if perhaps there isn't a way we can make this work without adding...
Yeah, I left them as separate scripts to allow for flexibility, but you're right that in general, you will most often want to "backup all the things"
So I did look into adding support for AVIF -- I think technically, you could add support for it right now if you wanted to, you'd just need to configure...