rico0: update blocky target
This commit is contained in:
parent
479f3c3da8
commit
40c7ba34fb
1 changed files with 2 additions and 1 deletions
|
@ -21,8 +21,9 @@ _: {
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
job_name = "blocky";
|
job_name = "blocky";
|
||||||
|
scheme = "https";
|
||||||
static_configs = [
|
static_configs = [
|
||||||
{ targets = [ "10.10.10.10:8080" ]; }
|
{ targets = [ "blocky.labs.adtya.xyz" ]; }
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue