fix: Update webhook handler to skip Docker commands and map environment names

- Remove Docker pull step (Knative handles image pulling)
- Add environment name mapping (development -> dev, production -> prod)
- Add test files to .gitignore to exclude PII
- Webhook signature validation now working correctly
This commit is contained in:
Greg
2025-07-01 12:03:23 -07:00
parent 4a1ee54c6f
commit 6f57651f92
2 changed files with 44 additions and 9 deletions

4
.gitignore vendored
View File

@@ -33,6 +33,10 @@ Thumbs.db
.env.production
webhook_secret.txt
# Test files with PII
test-signature.py
test-webhook.sh
# Personal deployment files
manifests/personal/
config/personal/