1. {
    2. "deploy": {
    3. "targets": [{
    4. "type": "sftp",
    5. "name": "server 41",
    6. "dir": "/home/hnscdg/repo",
    7. "host": "172.16.34.41",
    8. "port": 22,
    9. "secure": false,
    10. "user": "hnscdg",
    11. "password": "123456"
    12. }],
    13. },
    14. }