remove sshkey heroscripts and add production field

This commit is contained in:
timurgordon
2024-10-21 13:45:34 +02:00
parent 332704a08b
commit d32a75c971
33 changed files with 95 additions and 264 deletions

View File

@@ -2,8 +2,11 @@
```js
!!book.generate name:'kristof' title:'OurWorld Kristofs Personal Page'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/kristof'
!!book.generate
name:'kristof'
title:'OurWorld Kristofs Personal Page'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/kristof'
production: true
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/def'

View File

@@ -1,14 +0,0 @@
```js
!!sshagent.key_add
name:'books'
privkey:'
-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
QyNTUxOQAAACDXf9Z/2AH8/8a1ppagCplQdhWyQ8wZAieUw3nNcxsDiQAAAIhb3ybRW98m
0QAAAAtzc2gtZWQyNTUxOQAAACDXf9Z/2AH8/8a1ppagCplQdhWyQ8wZAieUw3nNcxsDiQ
AAAEC+fcDBPqdJHlJOQJ2zXhU2FztKAIl3TmWkaGCPnyts49d/1n/YAfz/xrWmlqAKmVB2
FbJDzBkCJ5TDec1zGwOJAAAABWJvb2tz
-----END OPENSSH PRIVATE KEY-----
'
```