Update .gitlab-ci.yml file

This commit is contained in:
梁俊勇 2022-08-03 00:59:19 +00:00
parent 10f14576d3
commit e892e2233d

View File

@ -49,6 +49,6 @@ docker_deploy:
entrypoint: [""]
script:
- kubectl config view --kubeconfig=.kube/config
- kubectl run console-${PACKAGE_VERSION} --image=reg.sre.victor-core.top/cobalt-strike/console:${PACKAGE_VERSION}
- kubectl run console-${PACKAGE_VERSION} --image=reg.sre.victor-core.top/cobalt-strike/console:${PACKAGE_VERSION} --kubeconfig=.kube/config
tags:
- cluster