mirror of
https://github.com/Febbweiss/ProjectDeployer.git
synced 2026-03-04 22:25:38 +00:00
Feature: add deployment + deployment logs
This commit is contained in:
@@ -3,5 +3,9 @@ Projects = new Mongo.Collection('projects');
|
||||
ProjectService = {
|
||||
list: function() {
|
||||
return Projects.find({}, {sort: {label: 1}});
|
||||
},
|
||||
|
||||
get: function(id) {
|
||||
return Projects.findOne({_id: id});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user