infrastructure/.drone.yml

19 lines
304 B
YAML
Raw Normal View History

2024-01-25 12:55:44 +01:00
kind: pipeline
type: docker
name: kubernetes
trigger:
branch:
2024-01-25 12:57:53 +01:00
- main
2024-01-25 12:55:44 +01:00
event:
- push
steps:
- name: kustomization
2024-01-25 13:15:55 +01:00
image: bitnami/kubectl:latest
2024-01-25 13:02:19 +01:00
environment:
KUBE_CONFIG:
from_secret: KUBE_CONFIG
2024-01-25 12:55:44 +01:00
commands:
2024-01-25 13:15:55 +01:00
- kubectl kustomize ./kustomization/overlays/staging