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