2024-04-15 17:42:25 +00:00
|
|
|
#!/bin/bash
|
2024-04-23 12:20:22 +00:00
|
|
|
set -ex
|
|
|
|
export NAME=manual
|
2024-05-03 13:23:11 +00:00
|
|
|
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/manual/heroscript/$NAME
|
2024-04-23 12:20:22 +00:00
|
|
|
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|