mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
add custom path to site env (#629)
This commit is contained in:
@ -381,6 +381,7 @@ public function test_update_env(): void
|
||||
'site' => $site,
|
||||
]), [
|
||||
'env' => $envContent,
|
||||
'path' => '/home/vito/some-path/.env',
|
||||
])
|
||||
->assertSuccessful()
|
||||
->assertJsonFragment([
|
||||
|
Reference in New Issue
Block a user