update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nutchayut
2024-06-02 00:56:50 +07:00
parent c8d81d80eb
commit 448ccb5de3
7 changed files with 18 additions and 7 deletions

View File

@@ -32,4 +32,15 @@ steps:
registry: "registry.71dev.com"
#dry_run: true
debug: false
<<: *docker_creds
<<: *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

View File

@@ -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")]

View File

@@ -1 +1 @@
8e94af7d52e7e5a123d157211bfb4bce410d8e501726c5ac34b9d78e30da777d
629a160afb6c3e74a1ab77aac4f6fb2fb3f6ad43181998c63e59af3cbf96a872