Compare commits
3 Commits
main
...
testing-ci
Author | SHA1 | Date | |
---|---|---|---|
![]() |
844b3a69d7 | ||
![]() |
80794e720d | ||
![]() |
5876377930 |
@ -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…
x
Reference in New Issue
Block a user