fix
This commit is contained in:
parent
779f5b45da
commit
25bf26e61d
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue
Block a user