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",
|
"nixops4",
|
||||||
"apply",
|
"apply",
|
||||||
"test",
|
"test",
|
||||||
|
"--show-trace",
|
||||||
|
"--no-interactive",
|
||||||
]
|
]
|
||||||
deployment_result = subprocess.run(
|
deployment_result = subprocess.run(
|
||||||
cmd,
|
cmd,
|
||||||
cwd=settings.repo_dir,
|
cwd = settings.repo_dir,
|
||||||
env=env,
|
env = env,
|
||||||
|
stderr = subprocess.STDOUT,
|
||||||
)
|
)
|
||||||
return deployment_result, config
|
return deployment_result, config
|
||||||
|
|
Loading…
Add table
Reference in a new issue