fix
All checks were successful
build-and-deploy / build (push) Successful in 8s
build-and-deploy / deploy (push) Successful in 16s

This commit is contained in:
2025-09-26 20:21:23 -06:00
parent 8bae7023ac
commit 5b57ed92ae
2 changed files with 8 additions and 2 deletions

View File

@@ -56,4 +56,10 @@ jobs:
run: docker compose --project-name radiusnucleo down
- name: Update stack
run: docker compose --project-name radiusnucleo up -d --remove-orphans --wait
run: docker compose --project-name radiusnucleo up -d --remove-orphans
- name: Show service status
run: docker compose --project-name radiusnucleo ps
- name: Tail freeradius logs (last 2m)
run: docker compose --project-name radiusnucleo logs --since=2m freeradius || true