fix: Add develop branch trigger to deploy-dev workflow

- Deploy to Development now triggers on develop branch pushes
- This enables the auto-promotion pipeline to work correctly
- Also fixed webhook ingress to use nginx class
This commit is contained in:
Greg
2025-07-01 11:07:37 -07:00
parent f85048467f
commit 23d3032ed6
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ name: Deploy to Development
on:
push:
branches: [ main, master ]
branches: [ main, master, develop ]
paths:
- 'src/**'
- 'Dockerfile'

View File

@@ -25,6 +25,7 @@ metadata:
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod" # Adjust to your cert issuer
spec:
ingressClassName: nginx
tls:
- hosts:
- webhook.wa.darknex.us