fix: get swarm service logs

This commit is contained in:
Andras Bacsai
2023-12-20 14:11:50 +01:00
parent c9a1437870
commit 638d0c8c99
7 changed files with 42 additions and 21 deletions

View File

@@ -7,7 +7,7 @@ return [
// 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.166',
'release' => '4.0.0-beta.167',
// When left empty or `null` the Laravel environment will be used
'environment' => config('app.env'),