-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto generate the package definition after any update #45
Comments
Is this really required when you use something like a cron that runs the build every minute? |
I have one script for auto rebuild when config is updated or some time passed after last update. I just need to convert it to console command. |
Still what is the added benefit of some extra logic instead of just using the cron? |
@kevindierkx everything is simple - if You don't see any benefit then just don't use it :) |
@ramunasd Can you provide any code on how you use the console command? How is it triggered? |
@cumuru Sure, what You need is just one command, inside of project dir run this:
Good luck! |
@ramunasd Thanks for your answer. I expected there were a way to trigger a rebuild on configuration change. But the console command you mentioned needs to be fired by a cron again, am I getting it right? |
@cumuru Can You create a new thread for whole webhook/event/trigger issue. We will add it to next milestone ;) |
Yep, will do so :-) |
No description provided.
The text was updated successfully, but these errors were encountered: