Change port also for deployment
This commit is contained in:
parent
15996ec780
commit
0b4f9e988b
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
{
|
||||
deployment = {
|
||||
targetHost = "188.40.66.217";
|
||||
targetPort = 23;
|
||||
targetPort = 54222;
|
||||
targetUser = "root";
|
||||
};
|
||||
imports = [
|
||||
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
deployment = {
|
||||
targetHost = "157.90.133.118";
|
||||
targetPort = 23;
|
||||
targetPort = 54222;
|
||||
targetUser = "root";
|
||||
};
|
||||
imports = [
|
||||
|
@ -84,7 +84,7 @@
|
|||
{
|
||||
deployment = {
|
||||
targetHost = "88.99.218.181";
|
||||
targetPort = 23;
|
||||
targetPort = 54222;
|
||||
targetUser = "root";
|
||||
};
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue