From e54f681e47d58561ad466e5b082c476ac1eb348c Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 6 Jul 2022 00:06:26 +0200 Subject: [PATCH] Update path --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 2fae800..2b1825f 100644 --- a/tasks.py +++ b/tasks.py @@ -66,7 +66,7 @@ def publish(ctx: Context) -> None: @task def deploy(ctx: Context) -> None: - ctx.run("ssh ubuntu /home/gaugendre/manuels/update", pty=True, echo=True) + ctx.run("ssh ubuntu /mnt/data/manuels/update", pty=True, echo=True) @task