mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-12 11:16:24 +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
|
image: python:3.11-alpine
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
when: manual
|
when: on_success
|
||||||
variables:
|
variables:
|
||||||
PROD_URL: "https://libravatar.org"
|
PROD_URL: "https://libravatar.org"
|
||||||
MAX_RETRIES: 10
|
MAX_RETRIES: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user