16 lines
357 B
YAML
16 lines
357 B
YAML
|
version: "1.1"
|
||
|
name: act-runner
|
||
|
description: "Local act-runner"
|
||
|
repos:
|
||
|
- git.vdb.to/cerc-io/hosting
|
||
|
- gitea.com/gitea/act_runner
|
||
|
containers:
|
||
|
- cerc/act-runner
|
||
|
- cerc/act-runner-task-executor
|
||
|
pods:
|
||
|
- name: act-runner
|
||
|
repository: cerc-io/hosting
|
||
|
path: act-runner
|
||
|
pre_start_command: "pre_start.sh"
|
||
|
post_start_command: "post_start.sh"
|