core/__snapshots__/TestGenerateBuildPlanForExamples_shell-script_1.snap.json
core/__snapshots__/TestGenerateBuildPlanForExamples_shell-script_1.snap.jsonBrowse 1970 files
234 tokens
670 bytes
Token encoding: o200k_base
Snapshot 21a254f
← Back to SKILL.md
1{2 "deploy": {3 "base": {4 "image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.9.9"5 },6 "inputs": [7 {8 "include": [9 "."10 ],11 "step": "build"12 }13 ],14 "startCommand": "sh start.sh",15 "variables": {16 "RAILPACK_VERSION": "dev"17 }18 },19 "steps": [20 {21 "inputs": [22 {23 "image": "ghcr.io/railwayapp/railpack-builder:mise-2026.9.9"24 }25 ],26 "name": "packages:mise"27 },28 {29 "commands": [30 {31 "cmd": "chmod +x start.sh"32 }33 ],34 "inputs": [35 {36 "step": "packages:mise"37 },38 {39 "include": [40 "."41 ],42 "local": true43 }44 ],45 "name": "build",46 "secrets": [47 "*"48 ]49 }50 ]51}