mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 03:29:48 +01:00
readme: use dummy ip address
This commit is contained in:
parent
082896b620
commit
dfda0fdeee
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ let
|
||||||
in
|
in
|
||||||
pkgs.krops.writeDeploy "deploy" {
|
pkgs.krops.writeDeploy "deploy" {
|
||||||
source = source;
|
source = source;
|
||||||
target = "root@192.168.56.101";
|
target = "root@YOUR_IP_ADDRESS_OR_HOST_NAME_HERE";
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue