20 lines
560 B
Plaintext
20 lines
560 B
Plaintext
:sourcedir: ../../../../templates/
|
|
|
|
= 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}IaC/ssh-transfer-data.gitlab-ci.yml[]
|
|
---- |