You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: