Testing CI

This commit is contained in:
Jack Jackson 2023-06-21 20:13:38 -07:00
parent 7440265ed4
commit 5876377930

View File

@ -9,6 +9,7 @@ platform:
trigger:
branch:
- main
- testing-ci
steps:
- name: "Upload New Versions"
@ -20,6 +21,16 @@ steps:
from_secret: gitea_password
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
image_pull_secrets: