Make it easier to push custom scripts to multiple environments
When using custom developments on cloud, update process can be very painful since you have to update all manually using the sftp access for each environment
One suggestion would be to allowing git to sync directories.
which feedback to you need on this one ?
any comment on this one ?
we are really struggling with update processes when using several servers:
develop on dev, and test, all is working fine
download the files using scp, save them to local
connect to prod
upload the files
the purpose of git is precisely to avoid such an heavy and unsafe process
thanks in advance!