2024-06-13 23:33:21 +00:00
|
|
|
#!/bin/bash
|
|
|
|
set -ex
|
2024-07-11 21:05:06 +00:00
|
|
|
export NAME=devs
|
2024-06-13 23:33:21 +00:00
|
|
|
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/manual/heroscript/$NAME
|
|
|
|
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|