notes/push.sh
2025-11-01 21:59:54 +10:30

5 lines
92 B
Bash
Executable file

#!/bin/bash
cd astro
npm run astro build
rsync -a dist/* raspberrypi:/srv/notes/astro/dist