:sourcedir: ../../../ = ssh-transfer-data-template This template provides a service to transfer data from a pipeline to a remote server. For more details: https://gitlab.exxcellent.de/gilden/ci/exxcellent-ssh-tool[Gilde CI/CD: exxcellent-ssh-tool]. .Variables |=== |Name |Description | Default Value |SSH_USER | the name of the remote user |- |SSH_HOST | the name of the remote host |- |=== .ssh-transfer-data-template [source, yaml] ---- include::{sourcedir}/ssh-transfer-data-template.gitlab-ci.yml[] ----