We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b6a42 commit 1c4eb31Copy full SHA for 1c4eb31
app/Jobs/ApplicationDeploymentJob.php
@@ -1007,7 +1007,7 @@ private function rolling_update()
1007
if ((bool) $this->application->settings->is_consistent_container_name_enabled) {
1008
$this->application_deployment_queue->addLogEntry('Consistent container name feature enabled, rolling update is not supported.');
1009
}
1010
- if (isset($this->application->settings->custom_internal_name)) {
+ if (str($this->application->settings->custom_internal_name)->isNotEmpty()) {
1011
$this->application_deployment_queue->addLogEntry('Custom internal name is set, rolling update is not supported.');
1012
1013
if ($this->pull_request_id !== 0) {
0 commit comments