Reads the names of files that have arrived from a git pull and creates the necessary commands to deploy them in a deploy.sh
file.
git pull | python prepare.py
This creates a deploy.sh file
sh deploy.sh
Any new files will be deployed to the server.