Updated build script with proper address
This commit is contained in:
parent
eefd14178c
commit
43604b6343
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
|
@ -6,7 +6,7 @@ rm -rf ./site
|
||||||
mkdocs build --clean
|
mkdocs build --clean
|
||||||
|
|
||||||
# Clean up the web server directory
|
# Clean up the web server directory
|
||||||
ssh webmaster@10.10.10.102 'sudo rm -rf /usr/share/caddy/docs.bsct.me/*'
|
ssh webmaster@10.10.10.40 'sudo rm -rf /usr/share/caddy/docs.bsct.me/*'
|
||||||
|
|
||||||
# Copy the built documentation to the web server
|
# Copy the built documentation to the web server
|
||||||
scp -r ./site/* webmaster@10.10.10.102:/usr/share/caddy/docs.bsct.me
|
scp -r ./site/* webmaster@10.10.10.40:/usr/share/caddy/docs.bsct.me
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue