Testing CI
This commit is contained in:
parent
7440265ed4
commit
5876377930
11
.drone.yml
11
.drone.yml
@ -9,6 +9,7 @@ platform:
|
|||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
- testing-ci
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Upload New Versions"
|
- name: "Upload New Versions"
|
||||||
@ -20,6 +21,16 @@ steps:
|
|||||||
from_secret: gitea_password
|
from_secret: gitea_password
|
||||||
ARGO_TOKEN:
|
ARGO_TOKEN:
|
||||||
from_secret: argo_token
|
from_secret: argo_token
|
||||||
|
- name: "Check for env variables indicating running in pod"
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- echo $KUBERNETES_SERVICE_HOST
|
||||||
|
- echo $KUBERNETES_SERVICE_PORT
|
||||||
|
- cat /var/run/secrets/kubernetes.io/serviceaccount/token
|
||||||
|
- name: "Install kubectl"
|
||||||
|
image: bitnami/kubectl
|
||||||
|
commands:
|
||||||
|
- kubectl apply -s https://rassigma.avril:6443 -f application-manifests.yaml
|
||||||
# TODO - step to apply manifests
|
# TODO - step to apply manifests
|
||||||
|
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user