info_tfgrid/books/manual/sync_production.sh

6 lines
226 B
Bash
Raw Normal View History

2024-04-15 17:42:25 +00:00
#!/bin/bash
2024-04-23 12:20:22 +00:00
set -ex
export NAME=manual
2024-04-30 00:56:30 +00:00
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_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/