Compare commits
No commits in common. "a5c72390b62fdb8a683061e78afce119678343c1" and "2091723b402f2935d454f7aaf0f5f63ba468569e" have entirely different histories.
a5c72390b6
...
2091723b40
@ -14,8 +14,6 @@ steps:
|
||||
- name: build
|
||||
path: /drone/src/build
|
||||
settings:
|
||||
cache_from:
|
||||
"dutchellie/${DRONE-REPO_NAME}:${DRONE_BRANCH}-latest"
|
||||
username:
|
||||
from_secret: org_docker_username
|
||||
password:
|
||||
@ -24,7 +22,6 @@ steps:
|
||||
repo: dutchellie/${DRONE_REPO_NAME}
|
||||
tags:
|
||||
- ${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:8}
|
||||
- ${DRONE_BRANCH}-latest
|
||||
- name: deploy
|
||||
image: pelotech/drone-helm3
|
||||
settings:
|
||||
@ -38,7 +35,7 @@ steps:
|
||||
values:
|
||||
- "image=dutchellie/${DRONE_REPO_NAME}:${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:8}"
|
||||
- "baseURL=${DRONE_BRANCH}.${DRONE_REPO_NAME}.ci.dutchellie.nl"
|
||||
- "name=${DRONE_REPO_NAME}-${DRONE_BRANCH}"
|
||||
- "name={DRONE_REPO_NAME}-${DRONE_BRANCH}"
|
||||
kube_api_server:
|
||||
from_secret: org_api_server
|
||||
kube_token:
|
||||
|
Loading…
Reference in New Issue
Block a user