...
This commit is contained in:
parent
067c7114a6
commit
c5e4e8ae66
2
build.sh
2
build.sh
@ -10,5 +10,5 @@ cd docs_website
|
|||||||
yarn build
|
yarn build
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
rsync -rv ${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/
|
||||||
|
|
||||||
|
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
script_dir=$(dirname "$0")
|
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
cd ${script_dir}
|
cd "${script_dir}"
|
||||||
|
|
||||||
echo "Docs directory: $script_dir"
|
echo "Docs directory: $script_dir"
|
||||||
cd docs_website
|
cd docs_website
|
||||||
yarn
|
yarn
|
||||||
yarn build
|
|
||||||
~/code/git.ourworld.tf/tfgrid/docs_tfgrid4/docs_website/build
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user