forked from Fediversity/Fediversity
skip tf lock in views.py over read-only nix env
This commit is contained in:
parent
f04e1d0f40
commit
ed63b582ed
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ class DeploymentStatus(ConfigurationForm):
|
|||
"apply",
|
||||
f"-state={cwd}/terraform.tfstate", # FIXME: separate users' state
|
||||
"--auto-approve",
|
||||
"-lock=false",
|
||||
]
|
||||
deployment_result = subprocess.run(cmd, cwd=cwd, env=env)
|
||||
print(deployment_result)
|
||||
|
|
Loading…
Add table
Reference in a new issue