forked from Fediversity/Fediversity
FediPanel: better logging of NixOps4
This commit is contained in:
parent
2fae356d0a
commit
1f8677e83d
1 changed files with 5 additions and 2 deletions
|
@ -118,10 +118,13 @@ class DeploymentStatus(ConfigurationForm):
|
|||
"nixops4",
|
||||
"apply",
|
||||
"test",
|
||||
"--show-trace",
|
||||
"--no-interactive",
|
||||
]
|
||||
deployment_result = subprocess.run(
|
||||
cmd,
|
||||
cwd = settings.repo_dir,
|
||||
env = env,
|
||||
stderr = subprocess.STDOUT,
|
||||
)
|
||||
return deployment_result, config
|
||||
|
|
Loading…
Add table
Reference in a new issue