Update path
This commit is contained in:
parent
692a83b277
commit
e54f681e47
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -66,7 +66,7 @@ def publish(ctx: Context) -> None:
|
||||||
|
|
||||||
@task
|
@task
|
||||||
def deploy(ctx: Context) -> None:
|
def deploy(ctx: Context) -> None:
|
||||||
ctx.run("ssh ubuntu /home/gaugendre/manuels/update", pty=True, echo=True)
|
ctx.run("ssh ubuntu /mnt/data/manuels/update", pty=True, echo=True)
|
||||||
|
|
||||||
|
|
||||||
@task
|
@task
|
||||||
|
|
Loading…
Reference in a new issue