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