Skip to content

Feature/setup ansible for aws with monitoring. #96

Feature/setup ansible for aws with monitoring.

Feature/setup ansible for aws with monitoring. #96

name: CI – Pull Request
on:
pull_request:
workflow_call:
permissions: write-all
jobs:
# e2e-tests:
# uses: ./.github/workflows/e2e-tests.yml
# backend-tests:
# uses: ./.github/workflows/backend-tests.yml
build-publish-images:
# needs:
# - e2e-tests
# - backend-tests
uses: ./.github/workflows/docker.yml
deploy-to-kubernetes:
needs:
- build-publish-images
uses: ./.github/workflows/helm.yml
secrets:
KUBECONF: ${{ secrets.KUBECONF }}