Switch to SFTP
This commit is contained in:
25
.vscode/sftp.json
vendored
Normal file
25
.vscode/sftp.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "summationweekly.com (OgreIssuu)",
|
||||
"host": "og5.cleverogre.com",
|
||||
"username": "summatio",
|
||||
"password": "TV0#h0)T622}T",
|
||||
"protocol": "sftp",
|
||||
"port": 22,
|
||||
"remotePath": "/home/summatio/public_html/wp-content/plugins/ogre-issuu/",
|
||||
"uploadOnSave": true,
|
||||
"useTempFile": false,
|
||||
"openSsh": false,
|
||||
"ignore": [
|
||||
".vscode",
|
||||
".git",
|
||||
".DS_Store",
|
||||
".gitignore",
|
||||
"Makefile",
|
||||
"*.zip",
|
||||
"composer.json",
|
||||
"ogre-issuu",
|
||||
"composer.lock",
|
||||
"package.json",
|
||||
"phpcs.xml"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user