Open
Description
Enhancement
It would be helpful to have the ability to add confirmation to a specific server before pushing changes
Use case:
Imagine you configured 2 servers,
Beta server in which you test under development functionalities
Prod server where the stable version is
You can easily run git ftp push -s prod
and break the production App
(I'm not saying it happened to me because I thought I was on another project)
So it would be helpful if there was a confirmation question like "Are you sure you want to push to AppName Production ?"
It can be set up for a server like so:
[git-ftp "prod"]
url = sftp://123.321.12.21:22/app_folder/web
user = admin
password = ******
confirmation_message= "Are you sure you want to push to AppName Production ?"