Update path

This commit is contained in:
Gabriel Augendre 2022-07-06 00:06:34 +02:00
parent ee756107e9
commit fd0edacc77

View file

@ -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