Update .gitlab-ci.yml file

This commit is contained in:
梁俊勇 2022-08-03 00:46:21 +00:00
parent 2937a05682
commit 57971c91b8

View File

@ -44,7 +44,11 @@ release:
docker_deploy:
stage: deploy
image:
name: bitnami/kubectl
entrypoint: [""]
script:
- kubectl version
- kubectl run console-${PACKAGE_VERSION} --image=reg.sre.victor-core.top/cobalt-strike/console:${PACKAGE_VERSION}
tags:
- cluster