gilde-ci-cd/documentation/chapters/templates/ssh-transfer-data-template.adoc

20 lines
553 B
Plaintext

: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#user-content-use-case-copy-data-with-scp[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[]
----