Update path
This commit is contained in:
parent
ee756107e9
commit
fd0edacc77
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -65,7 +65,7 @@ def publish(ctx: Context) -> None:
|
||||||
|
|
||||||
@task
|
@task
|
||||||
def deploy(ctx: Context) -> None:
|
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
|
@task
|
||||||
|
|
Loading…
Reference in a new issue