From 8efa9fee5b2e5ed0e69e85e51f97101d03e48a66 Mon Sep 17 00:00:00 2001 From: Smart-SangGe <2251250136@qq.com> Date: Tue, 2 Aug 2022 09:40:06 +0800 Subject: [PATCH] update ci config --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3fedd4c..803deed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,5 +45,5 @@ release: docker_deploy: stage: deploy script: - - echo 123 + - kubectl run console-${PACKAGE_VERSION} --image=reg.sre.victor-core.top/cobalt-strike/console:${PACKAGE_VERSION} \ No newline at end of file