siina.monster/Makefile

8 lines
122 B
Makefile
Raw Normal View History

all: write publish
write:
./noter/writer.sh public
publish:
ssh siina.monster "cd /var/www/siina.monster && git pull"