mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-01-12 22:46:42 +08:00
removed unnecessary resource store
This commit is contained in:
@@ -27,7 +27,6 @@ var fs = require('fs')
|
||||
function InternalResources(settings, server) {
|
||||
settings.configPath = settings.configPath || './';
|
||||
Resource.apply(this, arguments);
|
||||
this.store = server && server.createStore && server.createStore('resources');
|
||||
this.server = server;
|
||||
// internal resource
|
||||
this.internal = true;
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
{"test-app.deploydapp.com":{"subdomain":"abcdefg"},"foo":"bar","abcdefg.deploydapp.com":{"remote":"deploydapp.com","path":"/Users/skawful/Dropbox/node_modules/deployd/test-app","name":"abcdefg","subdomain":"abcdefg","user":"ritch"},"ritch.deploydapp.com":{"remote":"deploydapp.com","path":"/Users/skawful/Dropbox/node_modules/deployd/test-app","name":"ritch","subdomain":"ritch","user":"test-app"}}
|
||||
Reference in New Issue
Block a user