correction docker composer avec les secrets
Some checks failed
CI - Build & Test (develop) / build-and-test (pull_request) Failing after 11s

This commit is contained in:
2025-12-19 11:30:43 +01:00
parent 9390d14bdb
commit 12e017ae8c
2 changed files with 3 additions and 2 deletions

3
.env
View File

@@ -1,2 +1,3 @@
POSTGRES_DB=abomey_db
POSTGRES_USER=infocad_user
POSTGRES_USER=infocad_user
POSTGRES_PASSWORD=W5fwD({9*q53

View File

@@ -7,7 +7,7 @@ on:
jobs:
deploy:
runs-on: self-hosted
runs-on: [self-hosted, prod]
# 🔒 PROTECTION : empêche toute exécution via `act`
#if: ${{ !env.ACT }}