This commit is contained in:
tonyrewin 2022-09-30 11:44:10 +03:00
parent 779f5b45da
commit 25bf26e61d

View File

@ -290,7 +290,7 @@ def create_pgdump():
subprocess.call(
["pg_dump", pgurl, "-f", TODAY + "-pgdump.sql"], stderr=subprocess.STDOUT
)
subprocess.call(["scp", TODAY + "-pgdump.sql", "root@staging.discours.io:/root/."])
subprocess.call(["scp", TODAY + "-pgdump.sql", "root@build.discours.io:/root/."]) # manually then
async def handle_auto():