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)