Development server FTP creds.
This commit is contained in:
19
.remote-sync.json
Normal file
19
.remote-sync.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"uploadOnSave": true,
|
||||
"useAtomicWrites": false,
|
||||
"deleteLocal": false,
|
||||
"hostname": "dev.ogre.me",
|
||||
"port": "22",
|
||||
"target": "public_html/wp-content/plugins/OgreAlert",
|
||||
"ignore": [
|
||||
".remote-sync.json",
|
||||
".git/**"
|
||||
],
|
||||
"username": "template",
|
||||
"password": "?,GtD}MtPgF&",
|
||||
"watch": [
|
||||
"/assets/scss/style.css",
|
||||
"/assets/scss/style.css.map"
|
||||
],
|
||||
"transport": "scp"
|
||||
}
|
||||
Reference in New Issue
Block a user