Hi,
I am trying to find the best way to deploy a Grav site in a situation where I can only connect to the server by SFTP - I don't have shell/SSH access or a control panel etc.
I have been experimenting with dploy - which purports to do exactly what I want (i.e. intelligently deploy changes from a git repo over SFTP from the command line), but I can't get it to work reliably.
I'd like to end up with a system where the entire site is kept, versioned, on Bitbucket/GitHub and relatively non-technical authors/administrators can make changes to the content of the website, push their changes to the repo and then deploy them to the production website.
Any ideas?