This commit is contained in:
Marc Beninca 2024-09-17 12:20:02 +02:00
parent b3f4cffbca
commit 1b6e120470
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -32,7 +32,13 @@ def spcd_check_project() -> None:
def spcd_synchronize(
target: str | None = None, source: str | None = None
) -> None:
"""Synchronize output towards a target."""
"""Synchronize output towards a target.
:param target: where to deploy to
:type target: str | None
:param source: where to deploy from
:type source: str | None
"""
if not target:
user = "cd"
host = env.SPCD_PROJECT_PATH