info_tfgrid/books/solana/sync_production.sh
2024-03-26 15:05:52 +02:00

7 lines
214 B
Bash
Executable File

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