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
197 B
Bash
Executable File
5 lines
197 B
Bash
Executable File
#!/bin/sh -ex
|
|
./audit.sh
|
|
DEST=public.staging/ ./build.sh --baseURL "https://demo.bbaovanc.com/staging/$1"
|
|
rsync -avPzc --delete-delay public.staging/ bbaosrv:/var/www/demo.bbaovanc.com/staging/$1/
|