From abc6c50c653213b46908e3cfde8ad1e598aba8f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A1n=20Robotka?= <robotka.adrian@gmail.com>
Date: Thu, 9 Jul 2020 15:56:23 +0200
Subject: [PATCH] add README.md

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..846c1e3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# GitLab runner custom ssh executor
+
+The original SSH executor can only be used for a single/static host described
+in the runner config. This is not as flexible as our use-case's needs.
+
+# Sources
+- <https://docs.gitlab.com/runner/executors/ssh.html>
+- <https://docs.gitlab.com/runner/executors/custom_examples/lxd.html>
-- 
GitLab