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