Skip to content
Snippets Groups Projects
Commit 34fc40b4 authored by TonyFord's avatar TonyFord
Browse files

add settings

parent 965d4c2a
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ The service is made for/controlled by gitlab runner. ...@@ -6,7 +6,7 @@ The service is made for/controlled by gitlab runner.
## Usage ## Usage
Go into gitlab **CI/CD** -> **Pipeline** and **Run Pipeline** Go Gitlab **CI/CD** -> **Pipeline** and **Run Pipeline**
Enter variable name **CMD** Enter variable name **CMD**
...@@ -19,3 +19,16 @@ stop # stop container ...@@ -19,3 +19,16 @@ stop # stop container
uninstall # remove container without to delete the data uninstall # remove container without to delete the data
remove # remove all 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)
~~~
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment