Update .gitlab-ci.yml file
This commit is contained in:
parent
2937a05682
commit
57971c91b8
@ -44,7 +44,11 @@ release:
|
|||||||
|
|
||||||
docker_deploy:
|
docker_deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
image:
|
||||||
|
name: bitnami/kubectl
|
||||||
|
entrypoint: [""]
|
||||||
script:
|
script:
|
||||||
|
- kubectl version
|
||||||
- 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}
|
||||||
tags:
|
tags:
|
||||||
- cluster
|
- cluster
|
Loading…
x
Reference in New Issue
Block a user