Skip to content

Commit e30c6c2

Browse files
authored
Update Deployment.php
1 parent b67311f commit e30c6c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Models/Deployment.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ public function create($name, $file)
2020
[
2121
'name' => 'deployment-name',
2222
'contents' => $name,
23+
],
24+
[
25+
'name' => 'tenant-id',
26+
'contents' => config('camunda.api.tenant-id'),
2327
]
2428
];
2529

@@ -30,4 +34,4 @@ public function create($name, $file)
3034

3135

3236

33-
}
37+
}

0 commit comments

Comments
 (0)