Update .gitlab-ci.yml file
This commit is contained in:
parent
2937a05682
commit
57971c91b8
@ -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
|
Loading…
x
Reference in New Issue
Block a user