1
0
Fork 0

Extend README examples with instance type

This commit is contained in:
Sheogorath 2021-02-23 20:11:55 +01:00
parent e1ac04aa1c
commit 52ca0bbcb2
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -61,6 +61,7 @@ Now modify your `config.toml` that appeared in `./hetzner_config` with the follo
MachineDriver = "hetzner"
MachineName = "machine-%s-gitlab-runner-2gb"
MachineOptions = [
"hetzner-server-type=cx21",
"hetzner-api-token=<HETZNER API TOKEN>",
"hetzner-image=ubuntu-18.04"
]
@ -93,6 +94,7 @@ check_interval = 0
MachineDriver = "hetzner"
MachineName = "machine-%s-gitlab-runner-2gb"
MachineOptions = [
"hetzner-server-type=cx21",
"hetzner-api-token=<HETZNER API TOKEN>",
"hetzner-image=ubuntu-18.04"
]