update drone with cd
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
ba0db66f7c
commit
e19a3f947d
11
.drone.yml
11
.drone.yml
@ -14,3 +14,14 @@ steps:
|
||||
insecure: true
|
||||
dockerfile: Dockerfile
|
||||
tags: latest
|
||||
- name: deploy
|
||||
image: fpedrazas/drone-helm
|
||||
settings:
|
||||
skip_tls_verify: true
|
||||
chart: ./helm
|
||||
release: ${DRONE_BRANCH}
|
||||
namespace: aurutils
|
||||
values_files: [ '/helm/values.yml' ]
|
||||
secrets: [ api_server, kubernetes_token ]
|
||||
when:
|
||||
branch: [master]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user