mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-07-04 19:17:34 -05:00
Otherwise if you happen to be using `hugo serve` at the same time, it overwrites stuff and messes up your live preview until you rebuild (restart the hugo serve server)
5 lines
185 B
Bash
Executable File
5 lines
185 B
Bash
Executable File
#!/bin/sh -ex
|
|
./audit.sh
|
|
DEST=public.demo/ ./build.sh --baseURL "https://demo.bbaovanc.com/test/$1"
|
|
rsync -avPzc --delete-delay public.demo/ bbaosrv:/var/www/demo.bbaovanc.com/test/$1/
|