From 448ccb5de338123bd31307f6e8386b7f8471b2f0 Mon Sep 17 00:00:00 2001 From: nutchayut Date: Sun, 2 Jun 2024 00:56:50 +0700 Subject: [PATCH] update --- .../Debug/net8.0/OCPP.Core.Database.AssemblyInfo.cs | 2 +- .../OCPP.Core.Database.AssemblyInfoInputs.cache | 2 +- .../net8.0/OCPP.Core.Management.AssemblyInfo.cs | 2 +- .../OCPP.Core.Management.AssemblyInfoInputs.cache | 2 +- OCPP.Core.Server/.drone.yml | 13 ++++++++++++- .../Debug/net8.0/OCPP.Core.Server.AssemblyInfo.cs | 2 +- .../OCPP.Core.Server.AssemblyInfoInputs.cache | 2 +- 7 files changed, 18 insertions(+), 7 deletions(-) diff --git a/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfo.cs b/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfo.cs index b37b0d6..a36c39b 100644 --- a/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfo.cs +++ b/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("dallmann consulting GmbH")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+fc38961b62d48b98657acc81848beb625ce56692")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+c8d81d80ebef8d5752577d0136eb7d4fa60eead4")] [assembly: System.Reflection.AssemblyProductAttribute("OCPP.Core")] [assembly: System.Reflection.AssemblyTitleAttribute("OCPP.Core.Database")] [assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")] diff --git a/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfoInputs.cache b/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfoInputs.cache index 2b70469..4f33bbd 100644 --- a/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfoInputs.cache +++ b/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfoInputs.cache @@ -1 +1 @@ -4948cd7ca0c3fd6918148c915b0908e25f0d1dd0f003183492e0454eed097d03 +6795b8c8c9e642542de7dc7d699398d93437aa22737660d0fdbf4bb159d400d3 diff --git a/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfo.cs b/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfo.cs index 52af7c3..d3f6680 100644 --- a/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfo.cs +++ b/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("dallmann consulting GmbH")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+460cf619bb4f26af1a45ae30ac58a668c541b08b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+c8d81d80ebef8d5752577d0136eb7d4fa60eead4")] [assembly: System.Reflection.AssemblyProductAttribute("OCPP.Core")] [assembly: System.Reflection.AssemblyTitleAttribute("OCPP.Core.Management")] [assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")] diff --git a/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfoInputs.cache b/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfoInputs.cache index 6fb834c..370f316 100644 --- a/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfoInputs.cache +++ b/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfoInputs.cache @@ -1 +1 @@ -48e36532c9193e97cbdbcf72dff70c2168a66bec5bb440f8795da356f856b2c8 +6e0c47c5210c347c440300b8fa480faf3eb1ce1cdc9c38584facc4452f6b07bf diff --git a/OCPP.Core.Server/.drone.yml b/OCPP.Core.Server/.drone.yml index 100edca..40a6906 100644 --- a/OCPP.Core.Server/.drone.yml +++ b/OCPP.Core.Server/.drone.yml @@ -32,4 +32,15 @@ steps: registry: "registry.71dev.com" #dry_run: true debug: false - <<: *docker_creds \ No newline at end of file + <<: *docker_creds + - name: deploy + image: sinlead/drone-kubectl + settings: + kubernetes_server: "https://202.129.205.198:6443" + kubernetes_cert: + from_secret: kube_ca_certificate + kubernetes_token: + from_secret: kube_token + commands: + - kubectl --insecure-skip-tls-verify --namespace=ocpp rollout restart deployment/management-ocpp + - kubectl --insecure-skip-tls-verify --namespace=ocpp rollout restart deployment/server-ocpp \ No newline at end of file diff --git a/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfo.cs b/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfo.cs index 7a2c053..bc66d31 100644 --- a/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfo.cs +++ b/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("dallmann consulting GmbH")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+6206dbce7a103541974902bccd208fafb3a0c99d")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+c8d81d80ebef8d5752577d0136eb7d4fa60eead4")] [assembly: System.Reflection.AssemblyProductAttribute("OCPP.Core")] [assembly: System.Reflection.AssemblyTitleAttribute("OCPP.Core.Server")] [assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")] diff --git a/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfoInputs.cache b/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfoInputs.cache index 38cd909..52583ff 100644 --- a/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfoInputs.cache +++ b/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfoInputs.cache @@ -1 +1 @@ -8e94af7d52e7e5a123d157211bfb4bce410d8e501726c5ac34b9d78e30da777d +629a160afb6c3e74a1ab77aac4f6fb2fb3f6ad43181998c63e59af3cbf96a872