Switch to SFTP
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@ composer.phar
|
|||||||
/vendor/
|
/vendor/
|
||||||
/lib/*
|
/lib/*
|
||||||
/node_modules/
|
/node_modules/
|
||||||
|
.DS_Store
|
||||||
|
|||||||
32
.vscode/ftp-sync.json
vendored
32
.vscode/ftp-sync.json
vendored
@@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"remotePath": "./public_html/wp-content/plugins/ogre-issuu/",
|
|
||||||
"host": "og5.cleverogre.com",
|
|
||||||
"username": "summatio",
|
|
||||||
"password": "TV0#h0)T622}T",
|
|
||||||
"port": 22,
|
|
||||||
"secure": true,
|
|
||||||
"protocol": "sftp",
|
|
||||||
"uploadOnSave": true,
|
|
||||||
"passive": false,
|
|
||||||
"debug": false,
|
|
||||||
"privateKeyPath": null,
|
|
||||||
"passphrase": null,
|
|
||||||
"agent": null,
|
|
||||||
"allow": [],
|
|
||||||
"ignore": [
|
|
||||||
"\\.vscode",
|
|
||||||
"\\.git",
|
|
||||||
"\\.DS_Store",
|
|
||||||
"\\.gitignore",
|
|
||||||
"\\Makefile",
|
|
||||||
"\\ogre-issuu.zip"
|
|
||||||
],
|
|
||||||
"generatedFiles": {
|
|
||||||
"extensionsToInclude": [
|
|
||||||
".js",
|
|
||||||
".css",
|
|
||||||
".map"
|
|
||||||
],
|
|
||||||
"path": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
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