source ↔ target

This commit is contained in:
Marc Beninca 2024-10-13 17:59:35 +02:00
parent b97e408a10
commit 6baf14a79e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -30,14 +30,14 @@ def spcd_check_project() -> None:
def spcd_synchronize(
target: str | None = None, source: str | None = None
source: str | None = None, target: str | None = None
) -> None:
"""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
:param target: where to deploy to
:type target: str | None
"""
if not target:
user = "cd"