Fix method to update deployment to production
This commit is contained in:
parent
813ae98cc8
commit
3931e20711
@ -634,6 +634,7 @@ export class Service {
|
||||
where: { id: deploymentId },
|
||||
relations: {
|
||||
project: true,
|
||||
deployer: true,
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user