HomePage/push.sh
2022-04-10 21:29:13 +00:00

7 lines
72 B
Bash
Executable file

#!/bin/bash
git pull
hugo -D
git add .
git commit -m "update"
git push