This commit is contained in:
14
build.sh
Executable file
14
build.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "$(script_dir)"
|
||||
|
||||
echo "Docs directory: $script_dir"
|
||||
|
||||
|
||||
# pnpm install .
|
||||
pnpm run build .
|
||||
|
||||
rsync -rv --delete ${script_dir}/build/ root@threefold.info:/root/hero/www/info/economics/
|
Reference in New Issue
Block a user