fix: new logging for deployment jobs
fix: git based docker compose files
This commit is contained in:
@@ -30,7 +30,7 @@ class ApplicationDeployDockerImageJob implements ShouldQueue, ShouldBeEncrypted
|
||||
}
|
||||
public function handle()
|
||||
{
|
||||
ray()->clearAll();
|
||||
// ray()->clearAll();
|
||||
ray('Deploying Docker Image');
|
||||
static::$batch_counter = 0;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user