remove deployment-config.json

This commit is contained in:
Sean Yesmunt 2018-11-12 12:37:37 -05:00
parent 9dcf828db2
commit 35698ca1c6
2 changed files with 2 additions and 10 deletions

2
.gitignore vendored
View file

@ -19,3 +19,5 @@ public/bundle/style.css
uploads
config/
deployment-config.json

View file

@ -1,10 +0,0 @@
{
"type": "sftp",
"host": "sean.lbry.tech",
"username": "lbry",
"password": "",
"port": 22,
"remotePath": "/home/lbry/spee.ch",
"sshKeyFile": "/Users/sean/.ssh/id_rsa2",
"uploadOnSave": true
}