run root script

This commit is contained in:
SimonFJ20 2025-03-07 12:24:39 +01:00
parent 6bf3ee3e68
commit 44290b751e

View File

@ -28,7 +28,7 @@ def main():
print("new commit found. redeploying...")
if not dry_run:
rcode = subprocess.call(["sh", "./deploy/redeploy.sh"])
rcode = subprocess.call(["sh", "./deploy/redeploy_as_root.sh"])
if rcode == 0:
print("redeployed successfully")
else: