I use cmake to compile my projects and I want to deploy them onto remote embedded target. I use cross-compilation for the projects. Embedded target is Linux machine where networking connectivity is available (ssh, sftp, etc..).
How to configure pipelines & deployment in this case?