source ↔ target
Some checks failed
/ arch (push) Successful in 1m28s
/ alpine (push) Successful in 40s
/ fedora (push) Successful in 8m2s
/ opensuse (push) Successful in 2m28s
/ alma (push) Successful in 2m31s
/ rocky (push) Successful in 14m54s
/ ubuntu (push) Successful in 1m26s
/ debian (push) Failing after 59s
Some checks failed
/ arch (push) Successful in 1m28s
/ alpine (push) Successful in 40s
/ fedora (push) Successful in 8m2s
/ opensuse (push) Successful in 2m28s
/ alma (push) Successful in 2m31s
/ rocky (push) Successful in 14m54s
/ ubuntu (push) Successful in 1m26s
/ debian (push) Failing after 59s
This commit is contained in:
parent
b97e408a10
commit
6baf14a79e
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue