1
0
mirror of https://cgit.krebsco.de/krops/ synced 2025-02-06 23:35:51 +00:00

readme: use dummy ip address

This commit is contained in:
lassulus 2018-05-03 21:52:43 +02:00
parent 082896b620
commit dfda0fdeee

View File

@ -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";
} }
``` ```