How to start a long polling process with artisan #3490
Unanswered
gerrit-sping
asked this question in
Help needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a laravel project that I deploy con github actions to my servers.
after a successful deployment I need to start a long polling process
nohup /usr/bin/php artisan tracking:start &
part of my script is:
but it does not execute te nohup command
Can anybody help?
Beta Was this translation helpful? Give feedback.
All reactions