Commit Graph

9 Commits

Author SHA1 Message Date
16e167bcfd readme fixes 2024-04-19 17:08:43 +08:00
e4690d4742 Split act-runner into its own pod. (#71)
```
$ laconic-so --stack act-runner deploy init --output act-runner.yml

$ laconic-so --stack act-runner deploy create --spec-file act-runner.yml --deployment-dir ~/opt/deployments/act-runner-1
$ echo "CERC_GITEA_RUNNER_REGISTRATION_TOKEN=FOO" >> ~/opt/deployments/act-runner-1/config.env
$ laconic-so deployment --dir ~/opt/deployments/act-runner-1 up
```

Reviewed-on: #71
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-10-27 18:58:57 +00:00
6a73a1c92f Tweak README 2023-10-17 16:04:06 -05:00
c580c9f9b9 Add instructions for macOS. 2023-10-17 16:01:07 -05:00
2f509cfa98
Add link to debugging doc 2023-06-22 08:15:59 -06:00
b5a31b2c6b
Add note on debugging 2023-05-24 12:12:20 -06:00
e94f634439
Update for latest act_runner. (#29)
* Update for latest act_runner.

* Update README
2023-04-11 15:04:59 -05:00
1c1b51d37e Update doc 2023-02-17 09:20:41 -07:00
97770a9718 Initial commit 2022-11-18 19:34:41 -07:00