5 lines
101 B
Bash
Executable file
5 lines
101 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd astro
|
|
npm run astro build
|
|
rsync -a dist/* raspberrypi:/var/www/html/notes/astro/dist
|