mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 18:56:23 +00:00
ci: Make production deployment verification automatic
- Change verify_prod_deployment from 'when: manual' to 'when: on_success' - Production deployment verification will now run automatically on master branch - Ensures production deployments are verified just like dev deployments - Maintains safety with allow_failure: false
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user