feat(infrastructure): add frontend, deploy to cloudflare

This commit is contained in:
2025-10-06 18:48:01 +02:00
parent ec7c0cbc7a
commit e5fceb886b
2 changed files with 4 additions and 2 deletions

View File

@@ -5,9 +5,11 @@ on:
branches: [ "main" ]
paths:
- 7project/backend/**
- 7project/frontend/**
- 7project/charts/myapp-chart/**
- .github/workflows/deploy-prod.yaml
- .github/workflows/build-image.yaml
- .github/workflows/frontend-pages.yml
workflow_dispatch:
@@ -38,7 +40,7 @@ jobs:
deploy:
name: Helm upgrade/install (prod)
runs-on: vhs
needs: [build]
needs: [build, frontend]
steps:
- name: Checkout
uses: actions/checkout@v4