diff --git a/bootstrap/helpers/shared.php b/bootstrap/helpers/shared.php index a11e857ce..f997e4560 100644 --- a/bootstrap/helpers/shared.php +++ b/bootstrap/helpers/shared.php @@ -511,7 +511,8 @@ function generateDeployWebhook($resource) return $url; } function generateGitManualWebhook($resource, $type) { - if ($resource->source_id !== 0) { + ray($resource); + if ($resource->source_id !== 0 && !is_null($resource->source_id)) { return null; } if ($resource->getMorphClass() === 'App\Models\Application') { diff --git a/config/sentry.php b/config/sentry.php index 7ded77c7b..b29827de0 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -7,7 +7,7 @@ // The release version of your application // Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD')) - 'release' => '4.0.0-beta.134', + 'release' => '4.0.0-beta.135', // When left empty or `null` the Laravel environment will be used 'environment' => config('app.env'), diff --git a/config/version.php b/config/version.php index e74387c47..fe6dd8010 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@