HomePage/push.sh
2023-05-30 13:54:18 +00:00

8 lines
110 B
Bash
Executable file

#!/bin/bash
git pull
hugo -D
ln -s /usr/share/lilac/api public/api
git add .
git commit -m "update"
git push