Compare commits

...

3 Commits

Author SHA1 Message Date
Jack Jackson
844b3a69d7 No https 2023-06-21 20:32:34 -07:00
Jack Jackson
80794e720d Testing more 2023-06-21 20:29:49 -07:00
Jack Jackson
5876377930 Testing CI 2023-06-21 20:13:38 -07:00

View File

@ -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