Report errors properly in deploy script

This commit is contained in:
Radon Rosborough 2020-06-25 07:44:10 -06:00
parent 881d8d6976
commit fc9cbbc7c6
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ with tempfile.TemporaryDirectory() as tmpdir:
check=True,
)
os.chdir("riju")
subprocess.run(["scripts/deploy-phase2.py"])
subprocess.run(["scripts/deploy-phase2.py"], check=True)