SFTP Local Folder Organization

PIC developers have a SFTP local folder where they connect to the WPengine or other wordpress hosted sites.

Structure of the folder:
SFTP / Client / enviroment / git-repository-branch

Example
SFTP/agi/staging/agile-rising/....
SFTP/agi/production/agile-rising/....
SFTP/agi/development/agile-rising/....



SFTP CONECTIONS

[{
"name": "Oeler DEV",
"host": "oelerdev.sftp.wpengine.com",
"protocol": "sftp",
"port": 2222,
"username": "oelerdev-ramiro",
"remotePath": "/wp-content",
"password": "*****",
"uploadOnSave": true,
"context": "_development/oeler/",
"watcher":{
"files":"themes/piconsulting-child/styles/css/main.css",
"autoUpload": true,
"autoDelete": false
}
},
{
"name": "Oeler LIVE",
"host": "oeler.sftp.wpengine.com",
"protocol": "sftp",
"port": 2222,
"username": "oeler-ramiro",
"password": "*****",
"remotePath": "/wp-content",
"uploadOnSave": true,
"context": "_production/oeler/",
"watcher":{
"files":"themes/piconsulting-child/styles/css/main.css",
"autoUpload": true,
"autoDelete": false
}
}
]