I'm trying to set up automatic deployment with Git with a VPS. I've created a site.git folder and I'm inside the hooks folder.
When I run the next command inside the hooks folder:
cat > post-receive
The server doesn't do anything, it just freezes.
Am I missing something?