Files
web_server/gitea-runner/run.sh
Adam French 4d16dd8d17
Some checks failed
Deploy with Docker Compose / deploy (push) Has been cancelled
Use binary gitea runner to avoid stress
2026-04-07 13:15:35 +01:00

13 lines
242 B
Bash
Executable File

#!/usr/bin/env bash
echo "Waiting for localhost:3000 to respond..." >&2
while ! curl -sf http://localhost:3000 > /dev/null 2>&1; do
sleep 2
done
echo "localhost:3000 is up. Starting act_runner daemon..." >&2
exec ./act_runner daemon