mirror of
https://github.com/Febbweiss/ProjectDeployer.git
synced 2026-03-04 22:25:38 +00:00
Refactoring: reorganize files between client and server + initiate deployment
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Meteor.publish('projects', function() {
|
||||
return ProjectService.list();
|
||||
});
|
||||
|
||||
Meteor.publish('deployment', function(id) {
|
||||
return DeploymentService.get(id);
|
||||
});
|
||||
Reference in New Issue
Block a user