Switch to SFTP

This commit is contained in:
Cooper Dalrymple
2025-12-04 11:01:09 -06:00
parent 4c9c39aa52
commit fd8db63cf5
3 changed files with 26 additions and 32 deletions

25
.vscode/sftp.json vendored Normal file
View 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"
]
}