migration-update

This commit is contained in:
2022-09-30 11:25:49 +03:00
parent 9ab99d9147
commit c75f068afe
2 changed files with 10 additions and 5 deletions

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@build.discours.io:/root/."])
subprocess.call(["scp", TODAY + "-pgdump.sql", "root@staging.discours.io:/root/."])
async def handle_auto():