mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
Add zitadel deployment
This commit is contained in:
15
.github/workflows/auth-service-cd.yml
vendored
15
.github/workflows/auth-service-cd.yml
vendored
@@ -48,18 +48,3 @@ jobs:
|
||||
push: true
|
||||
context: "{{defaultContext}}:auth-service"
|
||||
tags: vcscsvcscs/gheritage-auth-service:${{steps.create_image_tag.outputs.result}}
|
||||
|
||||
deployment:
|
||||
name: Deploy to Kubernetes
|
||||
if: github.ref == 'refs/heads/main'
|
||||
runs-on: ubuntu-latest
|
||||
needs: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Deploy to Kubernetes
|
||||
uses: actions-hub/kubectl@master
|
||||
env:
|
||||
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
|
||||
with:
|
||||
args: apply -k deployment/auth-service/
|
15
.github/workflows/backend-cd.yml
vendored
15
.github/workflows/backend-cd.yml
vendored
@@ -48,18 +48,3 @@ jobs:
|
||||
push: true
|
||||
context: "{{defaultContext}}:backend"
|
||||
tags: vcscsvcscs/gheritage-backend-service:${{steps.create_image_tag.outputs.result}}
|
||||
|
||||
deployment:
|
||||
name: Deploy to Kubernetes
|
||||
if: github.ref == 'refs/heads/main'
|
||||
runs-on: ubuntu-latest
|
||||
needs: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Deploy to Kubernetes
|
||||
uses: actions-hub/kubectl@master
|
||||
env:
|
||||
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
|
||||
with:
|
||||
args: apply -k deployment/backend/
|
3
.github/workflows/deploy_zitadel.yml
vendored
3
.github/workflows/deploy_zitadel.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Deploy
|
||||
name: Deploy Zitadel to Kubernetes
|
||||
on:
|
||||
push:
|
||||
# branches:
|
||||
@@ -9,6 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
deployment:
|
||||
name: Deploy Zitadel to Kubernetes
|
||||
runs-on: 'ubuntu-latest'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Reference in New Issue
Block a user