Hey @TheLoopDigga - thanks for posting and welcome to the forum! Sorry you’re having an issue with Git syncing, but lets see if we can sort it out.
A few other things to check:
- Can you tail the logs of your container and see if there are any errors? (If you deployed with docker-compose you can do
docker-compose logs -f
) - Can you check what environment variables you have enabled on your deployment? If you have
VERSION_CONTROL_LOCKED=true
set, then it will only pull from GitHub, not push (so we’d want to remove it).
Thanks!