Update path

This commit is contained in:
Gabriel Augendre 2022-07-06 00:06:26 +02:00
parent 692a83b277
commit e54f681e47

View file

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