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 = {
|
deployment = {
|
||||||
targetHost = "188.40.66.217";
|
targetHost = "188.40.66.217";
|
||||||
targetPort = 23;
|
targetPort = 54222;
|
||||||
targetUser = "root";
|
targetUser = "root";
|
||||||
};
|
};
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
{
|
{
|
||||||
deployment = {
|
deployment = {
|
||||||
targetHost = "157.90.133.118";
|
targetHost = "157.90.133.118";
|
||||||
targetPort = 23;
|
targetPort = 54222;
|
||||||
targetUser = "root";
|
targetUser = "root";
|
||||||
};
|
};
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
{
|
{
|
||||||
deployment = {
|
deployment = {
|
||||||
targetHost = "88.99.218.181";
|
targetHost = "88.99.218.181";
|
||||||
targetPort = 23;
|
targetPort = 54222;
|
||||||
targetUser = "root";
|
targetUser = "root";
|
||||||
};
|
};
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Reference in a new issue