mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
drone: add publish helm charts (#1119)
This commit is contained in:
+13
@@ -72,6 +72,19 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: publish-helm
|
||||
image: gomods/drone-helm
|
||||
settings:
|
||||
charts_repo: https://athens.blob.core.windows.net
|
||||
environment:
|
||||
AZURE_STORAGE_CONNECTION_STRING:
|
||||
from_secret: AZURE_STORAGE_CONNECTION_STRING
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
|
||||
# Here we can add any backend storage that can be tested.
|
||||
services:
|
||||
- name: mongo
|
||||
|
||||
Reference in New Issue
Block a user