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