add branch validation to queue

This commit is contained in:
2025-12-22 14:34:06 +01:00
parent ea33723f5e
commit 9cefb24193

View File

@@ -22,7 +22,7 @@ services:
SECRET_KEY: change_this_secret_key_in_production SECRET_KEY: change_this_secret_key_in_production
FLASK_ENV: production FLASK_ENV: production
SSH_PASSWORD: ASF SSH_PASSWORD: ASF
SSH_HOST: asfserver SSH_HOST: asf-server.duckdns.org
SSH_USER: asf SSH_USER: asf
volumes: volumes:
- ./app:/app/app - ./app:/app/app