diff options
author | Julien Dessaux | 2024-09-09 23:15:11 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-09-11 00:20:54 +0200 |
commit | 8490464f32983f6302e757769a7018c83e1a33c3 (patch) | |
tree | 3ce919045f92faa4272e6ef31c4b40364507fb20 /certificates/certificates-deploy.yaml | |
parent | Fix image building errors when podman is running pods (diff) | |
download | ev-scripts-8490464f32983f6302e757769a7018c83e1a33c3.tar.gz ev-scripts-8490464f32983f6302e757769a7018c83e1a33c3.tar.bz2 ev-scripts-8490464f32983f6302e757769a7018c83e1a33c3.zip |
Added ods deploy job
Diffstat (limited to 'certificates/certificates-deploy.yaml')
-rw-r--r-- | certificates/certificates-deploy.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/certificates/certificates-deploy.yaml b/certificates/certificates-deploy.yaml new file mode 100644 index 0000000..185a50b --- /dev/null +++ b/certificates/certificates-deploy.yaml @@ -0,0 +1,9 @@ +name: "certificates-deploy" +steps: + - label: make deploy + script: + path: "./certificates-deploy.sh" +identities: + - adyxax-org-fullchain + - adyxax-org-key + - ssh |