Log on successful deploy
This commit is contained in:
parent
f15cd4f3cf
commit
92831f5f51
|
@ -42,3 +42,5 @@ with tempfile.TemporaryDirectory() as tmpdir:
|
|||
subprocess.run(["scripts/install-scripts.bash"], check=True)
|
||||
subprocess.run(["docker", "system", "prune", "-f"], check=True)
|
||||
subprocess.run(["systemctl", "restart", "riju"], check=True)
|
||||
|
||||
print("==> Successfully deployed Riju! <==", file=sys.stderr)
|
||||
|
|
Loading…
Reference in New Issue