From 3407588318f74e532d242737dbdcc468c117a09d Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Sun, 1 Feb 2026 10:16:08 +0000 Subject: [PATCH] refactor: use pg_password_block instead of pg_password parameter --- deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.py b/deploy.py index 8f74188..fc35353 100644 --- a/deploy.py +++ b/deploy.py @@ -28,10 +28,10 @@ def main(): "pg_port": 5432, "pg_database": "netbox", "pg_user": "netbox", - "pg_password": "", # À définir via l'UI ou variables "s3_bucket": "postgres-backup", "s3_prefix": "netbox", "aws_credentials_block": "garage-credentials", + "pg_password_block": "netbox-db-password", }, tags=["backup", "postgresql", "netbox"], )