blog/scripts/update.sh

8 lines
42 B
Bash
Raw Normal View History

2023-10-21 16:05:44 +09:00
#!/bin/bash
2023-10-21 16:16:34 +09:00
cd /srv/blog
2023-10-21 16:05:44 +09:00
git pull
hugo