Skip to content

Instantly share code, notes, and snippets.

@calvez
Created December 5, 2018 12:17
Show Gist options
  • Save calvez/ba9d44db6385cd3535786f7724766a8e to your computer and use it in GitHub Desktop.
Save calvez/ba9d44db6385cd3535786f7724766a8e to your computer and use it in GitHub Desktop.
{
"protocol": "sftp",
"host": "10.10.10.10",
"port": 22,
"username": "user",
"remotePath": "/var/www/docroot/themes/custom/magnetbank",
"privateKeyPath": "~/.ssh/id_rsa",
"autoUpload": false,
"autoDelete": false,
"ignore": [
".vscode",
".git",
".DS_Store",
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment