Add feature branch deployment pipeline

This commit is contained in:
Mondo Diaz
2026-01-14 12:29:37 -06:00
parent 7cfad28f67
commit 4b3d2fd41d
19 changed files with 1062 additions and 180 deletions

6
.gitleaksignore Normal file
View File

@@ -0,0 +1,6 @@
# Gitleaks ignore file
# https://github.com/gitleaks/gitleaks#gitleaksignore
#
# Note: secrets job set to allow_failure in .gitlab-ci.yml
# False positive: s3_key is an attribute name in test assertions, not a secret
# Protected by inline # gitleaks:allow comments in test_storage.py