worshop work
This commit is contained in:
parent
0d44c65ea5
commit
3829a4a83d
92 changed files with 487 additions and 110 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# API Reference
|
||||
|
||||
Workspace reference: [`GSP-WORKSPACE.md`](../../../GSP-WORKSPACE.md)
|
||||
|
||||
## Scope
|
||||
|
||||
This is the master reference for:
|
||||
|
|
@ -193,9 +195,10 @@ Current preferred Workshop/content flow:
|
|||
|
||||
1. Panel validates Workshop IDs
|
||||
2. Panel writes manifest JSON to server home
|
||||
3. Panel stages bundled helper script to agent host via `writefile`
|
||||
4. Panel runs helper with `exec`
|
||||
5. Agent logs/install output is returned to Panel
|
||||
3. Panel writes a generated per-job shell script to server home via `writefile`
|
||||
4. The job script writes a temporary SteamCMD runscript
|
||||
5. Panel runs the generated job script with `exec`
|
||||
6. Agent logs/install output is returned to Panel
|
||||
|
||||
Common manifest fields:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue