Update path
This commit is contained in:
parent
48354d8bb6
commit
02673fdfe7
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -13,4 +13,4 @@ def test(ctx):
|
||||||
|
|
||||||
@task
|
@task
|
||||||
def deploy(ctx):
|
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)
|
||||||
|
|
Reference in a new issue