Merge branch 'devel' into 'master'

ci: Make production deployment verification automatic

See merge request oliver/ivatar!271
This commit is contained in:
Oliver Falk
2025-10-18 14:41:40 +02:00

View File

@@ -135,7 +135,7 @@ verify_prod_deployment:
image: python:3.11-alpine
only:
- master
when: manual
when: on_success
variables:
PROD_URL: "https://libravatar.org"
MAX_RETRIES: 10