Update path

This commit is contained in:
Gabriel Augendre 2022-07-06 00:06:34 +02:00
parent ee756107e9
commit fd0edacc77
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ def publish(ctx: Context) -> None:
@task
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