Compare commits

...

3 Commits

  1. 9
      .drone.yml

@ -9,6 +9,7 @@ platform:
trigger:
branch:
- main
- testing-ci
steps:
- name: "Upload New Versions"
@ -20,7 +21,13 @@ steps:
from_secret: gitea_password
ARGO_TOKEN:
from_secret: argo_token
# TODO - step to apply manifests
- name: "Install kubectl"
image: bitnami/kubectl
environment:
KUBE_TOKEN:
from_secret: kube_token
commands:
- kubectl apply -s rassigma.avril:6443 --token $KUBE_TOKEN -f application-manifests.yaml
image_pull_secrets:
- dockerconfigjson

Loading…
Cancel
Save