Merge pull request #95 from trails-cool/fix-grafana-cd-password

Sync Grafana admin password on deploy
This commit is contained in:
Ullrich Schäfer 2026-03-27 15:13:37 +01:00 committed by GitHub
commit 206f6ac941
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,6 +123,9 @@ jobs:
# Clean up old images to prevent disk full
docker image prune -af
# Verify services are running
# Sync Grafana admin credentials (env vars only work on first boot)
sleep 10
docker compose exec -T grafana grafana cli admin reset-admin-password "$GRAFANA_PASSWORD" || true
# Verify services are running
docker compose ps