add branch validation to queue

This commit is contained in:
2025-12-22 14:45:39 +01:00
parent 9cefb24193
commit 613b494e1d
3 changed files with 20 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ SECRET_KEY=change_this_secret_key_in_production
FLASK_ENV=production
# SSH Configuration for Git operations
SSH_PASSWORD=your_ssh_password_here
SSH_HOST=asfserver
SSH_USER=asf
SSH_PASSWORD=ASF
SSH_HOST=asf-server.duckdns.org
SSH_USER=asf
SSH_PORT=49152