forked from Fediversity/Fediversity
rm comment
This commit is contained in:
parent
be9cbfb8c5
commit
46469c033f
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,6 @@ class DeploymentStatus(ConfigurationForm):
|
||||||
f"TF_VAR_{k}": v if isinstance(v, str) else json.dumps(v) for k, v in deployment_params.items()
|
f"TF_VAR_{k}": v if isinstance(v, str) else json.dumps(v) for k, v in deployment_params.items()
|
||||||
}
|
}
|
||||||
cwd = f"{settings.repo_dir}/launch"
|
cwd = f"{settings.repo_dir}/launch"
|
||||||
# FIXME: move init to packaging phase
|
|
||||||
cmd = [
|
cmd = [
|
||||||
"tofu",
|
"tofu",
|
||||||
# f"-chdir={cwd}",
|
# f"-chdir={cwd}",
|
||||||
|
|
Loading…
Add table
Reference in a new issue