fix: resolve review comments
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
ce15b8f59b
commit
1623b63207
5 changed files with 30 additions and 7 deletions
4
Justfile
4
Justfile
|
|
@ -90,7 +90,7 @@ clean:
|
|||
# ================================
|
||||
|
||||
# Initialize secrets directory with generated secrets (only if not exists)
|
||||
init-secrets:
|
||||
init-prod-secrets:
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
if [ -d "secrets" ]; then
|
||||
|
|
@ -106,5 +106,5 @@ init-secrets:
|
|||
echo "Secrets generated in ./secrets/"
|
||||
|
||||
# Start production environment with Docker Compose
|
||||
start-prod: init-secrets
|
||||
start-prod: init-prod-secrets
|
||||
docker compose -f docker-compose.prod.yml up -d
|
||||
Loading…
Add table
Add a link
Reference in a new issue