Is there a way to skip hooks for particular hosts? #4096
Replies: 1 comment
-
Nevermind, I'm stupid |
Beta Was this translation helpful? Give feedback.
0 replies
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 Symfony application that I am deploying to multiple hosts. All of the hosts except for one are public-facing web applications while one of the hosts is a cron server that runs background processes through Symfony's Command functionality. As such, I don't need to build assets or run webpack for that.
Is there any way to skip my asset and frontend building hooks? I need all of my other hooks to run, so the
--no-hooks
option will not work. Any help here would be great!Beta Was this translation helpful? Give feedback.
All reactions