fixed build process to take new changes
This commit is contained in:
parent
6a3930349a
commit
f1e75a67e3
5
build.sh
5
build.sh
@ -10,5 +10,8 @@ cd docs_website
|
|||||||
yarn build
|
yarn build
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
rsync -rv --delete ${script_dir}/docs_website/build/ root@info.ourworld.tf:/root/hero/www/info/docs/
|
#rsync -rv --delete ${script_dir}/docs_website/build/ root@info.ourworld.tf:/root/hero/www/info/docs/
|
||||||
|
|
||||||
|
rm -rf /root/hero/www/info/docs/{*,.*}
|
||||||
|
|
||||||
|
cp -rp ${script_dir}/docs_website/build/{.,}* /root/hero/www/info/docs/
|
Loading…
Reference in New Issue
Block a user