Compare commits

..

No commits in common. "a5c72390b62fdb8a683061e78afce119678343c1" and "2091723b402f2935d454f7aaf0f5f63ba468569e" have entirely different histories.

View File

@ -14,8 +14,6 @@ steps:
- name: build - name: build
path: /drone/src/build path: /drone/src/build
settings: settings:
cache_from:
"dutchellie/${DRONE-REPO_NAME}:${DRONE_BRANCH}-latest"
username: username:
from_secret: org_docker_username from_secret: org_docker_username
password: password:
@ -24,7 +22,6 @@ steps:
repo: dutchellie/${DRONE_REPO_NAME} repo: dutchellie/${DRONE_REPO_NAME}
tags: tags:
- ${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:8} - ${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:8}
- ${DRONE_BRANCH}-latest
- name: deploy - name: deploy
image: pelotech/drone-helm3 image: pelotech/drone-helm3
settings: settings:
@ -38,7 +35,7 @@ steps:
values: values:
- "image=dutchellie/${DRONE_REPO_NAME}:${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:8}" - "image=dutchellie/${DRONE_REPO_NAME}:${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:8}"
- "baseURL=${DRONE_BRANCH}.${DRONE_REPO_NAME}.ci.dutchellie.nl" - "baseURL=${DRONE_BRANCH}.${DRONE_REPO_NAME}.ci.dutchellie.nl"
- "name=${DRONE_REPO_NAME}-${DRONE_BRANCH}" - "name={DRONE_REPO_NAME}-${DRONE_BRANCH}"
kube_api_server: kube_api_server:
from_secret: org_api_server from_secret: org_api_server
kube_token: kube_token: