fix: no coolify.yaml found

This commit is contained in:
Andras Bacsai
2024-02-22 14:45:56 +01:00
parent 7233c86f3d
commit 836458ad85
3 changed files with 6 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ class NewDynamicConfiguration extends Component
instant_remote_process(["echo '{$base64_value}' | base64 -d > {$file}"], $this->server);
$this->dispatch('loadDynamicConfigurations');
$this->dispatch('dynamic-configuration-added');
$this->dispatch('success', 'Success', 'Dynamic configuration saved.');
} catch (\Throwable $e) {
return handleError($e, $this);
}