Open
Description
Could you please suggest any better method(s) for doing git pull or git fetch every 1 minute or when new changes are there in the repo main branch branch?
I tried setting cron job inside the container but it did not work from inside container.
I had to setup cron job on server like below
* * * * * docker exec <container_name> git pull
Please do suggest any better options.
Metadata
Metadata
Assignees
Labels
No labels
Activity