info_tfgrid/books/projectinca/sync_production.sh

7 lines
224 B
Bash
Raw Normal View History

2024-03-22 07:32:20 +00:00
#!/bin/bash
2024-03-26 13:05:52 +00:00
set -ex
2024-04-21 10:19:20 +00:00
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/
2024-03-26 13:05:52 +00:00
echo "**OK**"