From 02673fdfe7963da6a4a071caa90a400eab74c025 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 6 Jul 2022 00:06:48 +0200 Subject: [PATCH] Update path --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 9d7ceef..3a44815 100644 --- a/tasks.py +++ b/tasks.py @@ -13,4 +13,4 @@ def test(ctx): @task def deploy(ctx): - ctx.run("ssh ubuntu /home/gaugendre/tcl-filtrage/update", pty=True, echo=True) + ctx.run("ssh ubuntu /mnt/data/tcl-filtrage/update", pty=True, echo=True)