This commit is contained in:
parent
9b2674d60f
commit
cb9b75953a
@ -33,3 +33,9 @@ steps:
|
|||||||
DOCKER_HOST: tcp://localhost:2375
|
DOCKER_HOST: tcp://localhost:2375
|
||||||
DOCKER_REGISTRY:
|
DOCKER_REGISTRY:
|
||||||
from_secret: DOCKER_REGISTRY
|
from_secret: DOCKER_REGISTRY
|
||||||
|
|
||||||
|
- name: k8s rollout
|
||||||
|
image: bitnami/kubectl
|
||||||
|
commands:
|
||||||
|
- cd deploy && kubectl apply -f .
|
||||||
|
- kubectl rollout restart deployment/garrettmills-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user