fix: sentry
This commit is contained in:
parent
53d709467a
commit
e5cd35d2a0
1 changed files with 1 additions and 1 deletions
|
|
@ -463,7 +463,7 @@ private function deploy_docker_compose_buildpack()
|
|||
$composeFile = $this->application->parse(pull_request_id: $this->pull_request_id, preview_id: data_get($this->preview, 'id'));
|
||||
$this->save_environment_variables();
|
||||
if (! is_null($this->env_filename)) {
|
||||
$services = collect($composeFile['services']);
|
||||
$services = collect(data_get($composeFile, 'services', []));
|
||||
$services = $services->map(function ($service, $name) {
|
||||
$service['env_file'] = [$this->env_filename];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue