From 34fc40b4959c1c6612936c03bd78253f17a17aae Mon Sep 17 00:00:00 2001 From: TonyFord <tonyford@strategy-investor.de> Date: Thu, 25 Jun 2020 21:28:43 +0200 Subject: [PATCH] add settings --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc40932..58ad093 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The service is made for/controlled by gitlab runner. ## Usage -Go into gitlab **CI/CD** -> **Pipeline** and **Run Pipeline** +Go Gitlab **CI/CD** -> **Pipeline** and **Run Pipeline** Enter variable name **CMD** @@ -19,3 +19,16 @@ stop # stop container uninstall # remove container without to delete the data remove # remove all data ~~~ + + +#### CI/CD Settings + +Go Gitlab **Settings** -> **CI/CD** -> **Variables** + +~~~ +#### FairCoin.Co group variables ###################### +FAIRCOIN_CONF # faircoin.conf file +FAIRCOIN_PORT # faircoind -port +GITLAB_RUNNER_UID # user id of gitlab-runner ssh account on server, check it with command (id -u) +GITLAB_RUNNER_GID # user id of gitlab-runner ssh account on server, check it with command (id -g) +~~~ -- GitLab