This commit is contained in:
2024-08-16 01:40:17 +02:00
parent da14091106
commit 564345e26b
107 changed files with 809 additions and 878 deletions

3
heroscript/devel.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
export NAME="datacenter"
hero mdbook -u https://git.ourworld.tf/ourworld_holding/info_ourworld/src/branch/development/heroscript/$NAME -o

View File

@@ -0,0 +1,12 @@
#!/bin/bash
set -ex
#~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/projectinca -o
#result will be in /root/hero/var/mdbuild/tfgrid4simulator
#~/hero/www/info/tfgrid4simulator/
#https://threefold.info/tfgrid4simulator/

View File

@@ -0,0 +1,3 @@
#!/bin/bash
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/projectinca
rsync -rv ~/hero/www/info/projectinca/ root@info.ourworld.tf:/root/hero/www/info/projectinca/

4
heroscript/sync_production.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
export NAME="datacenter"
hero mdbook -u https://git.ourworld.tf/ourworld_holding/info_ourworld/src/branch/development/heroscript/$NAME
rsync -rv ~/hero/www/info/${NAME}/ root@info.ourworld.tf:/root/hero/www/info/${NAME}/

View File

@@ -1,2 +1,3 @@
#!/bin/bash
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/tech -o
export NAME=tech
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/${NAME} -o

View File

@@ -1,3 +1,4 @@
#!/bin/bash
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/tech
rsync -rv ~/hero/www/info/tech/ root@info.ourworld.tf:/root/hero/www/info/tech/
export NAME=tech
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/${NAME} -o
rsync -rv ~/hero/www/info/${NAME}/ root@info.ourworld.tf:/root/hero/www/info/${NAME}/