Compare commits

...

2 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire 8e35d0a7c4
Updated TLang build script 2023-01-22 13:16:57 +02:00
Tristan B. Velloza Kildaire 298f6019b2
Use CRXN DNS rather 2023-01-22 13:13:54 +02:00
1 changed files with 3 additions and 2 deletions

View File

@ -53,7 +53,8 @@ commands={
"tlang": {
"dir": "/home/pi/HDD/temp/tlang",
"pre-command": ["git", "pull"],
"command": ["python3", "-m", "mkdocs", "build", "-d", "/home/pi/HDD/projects/tlang"]
#"command": ["python3", "-m", "mkdocs", "build", "-d", "/home/pi/HDD/projects/tlang"]
"command": ["bash", "doall.sh"]
},
"libpb": {
"dir": "/home/pi/HDD/temp/libpb",
@ -88,4 +89,4 @@ def buildHandler(site):
# wants this here
return "Ok"
app.run(host="fdd2:cbf2:61bd::2")
app.run(host="web.home.deavmi.crxn")