#/bin/bash hugo rm public.tar.gz cd public tar -czvf ../public.tar.gz . git pull git add * git commit -m "new content" git push