This commit is contained in:
Oliver
2025-05-03 15:19:37 -03:00
parent 40cca28357
commit 2b1bfc60e7
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
#/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