feat(infrastructure): add frontend, deploy to cloudflare

This commit is contained in:
2025-10-06 18:12:39 +02:00
parent 901fff8651
commit 21ccb00f4a

View File

@@ -24,22 +24,6 @@ on:
deployed_url: deployed_url:
description: 'URL of deployed frontend' description: 'URL of deployed frontend'
value: ${{ jobs.deploy.outputs.deployed_url }} value: ${{ jobs.deploy.outputs.deployed_url }}
push:
branches: [ "main" ]
paths:
- '7project/frontend/**'
- '.github/workflows/frontend-pages.yml'
pull_request:
branches: [ "main" ]
paths:
- '7project/frontend/**'
- '.github/workflows/frontend-pages.yml'
workflow_dispatch:
inputs:
project_name:
description: 'Cloudflare Pages project name (overrides default)'
required: false
type: string
# Required repository secrets: # Required repository secrets:
# CLOUDFLARE_API_TOKEN - API token with Pages:Edit (or Account:Workers Scripts:Edit) permissions # CLOUDFLARE_API_TOKEN - API token with Pages:Edit (or Account:Workers Scripts:Edit) permissions