Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
5 lines
149 B
Bash
5 lines
149 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
exec php /var/www/html/artisan queue:work --sleep=10 --timeout=0 --tries=3 --queue=default,migration >/proc/1/fd/1 2>/proc/1/fd/2
|