This commit is contained in:
Marc Beninca 2024-10-20 18:50:50 +02:00
parent c481b2168c
commit 924e44a9d9
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -9,9 +9,7 @@ from spcd.ci import project, projects
from spcd.shell import env from spcd.shell import env
def synchronize( def synchronize(source: str | None = None, target: str | None = None) -> None:
source: str | None = None, target: str | None = None
) -> None:
"""Synchronize output towards a target. """Synchronize output towards a target.
:param source: where to deploy from :param source: where to deploy from