Log on successful deploy

This commit is contained in:
Radon Rosborough 2020-06-11 17:48:13 -06:00
parent f15cd4f3cf
commit 92831f5f51
1 changed files with 2 additions and 0 deletions

View File

@ -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)