14 lines
266 B
JSON
14 lines
266 B
JSON
{
|
|
"name": "sebin-reference",
|
|
"protocol": "sftp",
|
|
"port": 22,
|
|
"host": "sebin-ref",
|
|
"username": "sebin",
|
|
"password": "HeyImGrump20!6",
|
|
"remotePath": "sebin-ref",
|
|
"watcher": {
|
|
"files": "dist/**",
|
|
"autoUpload": true,
|
|
"autoDelete": true
|
|
}
|
|
}
|