info_tfgrid/books/projectinca/sync_production.sh
2024-04-21 12:19:20 +02:00

7 lines
224 B
Bash
Executable File

#!/bin/bash
set -ex
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/projectinca
rsync -rv ~/hero/www/info/solana/ root@info.ourworld.tf:/root/hero/www/friends/projectinca/
echo "**OK**"