5 lines
233 B
Bash
5 lines
233 B
Bash
|
#!/bin/bash
|
||
|
export NAME="datacenter"
|
||
|
hero mdbook -u https://git.ourworld.tf/ourworld_holding/info_ourworld/src/branch/development/heroscript/$NAME
|
||
|
rsync -rv ~/hero/www/info/${NAME}/ root@info.ourworld.tf:/root/hero/www/info/${NAME}/
|