HomePage/push.sh
2022-05-12 11:37:37 +00:00

7 lines
72 B
Bash
Executable file

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