Merge pull request 'Upgrade Gitea to 1.19, configure Gitea Actions, set up Actions runners' (#482) from chore/upgrade_gitea into master

Reviewed-on: #482
This commit was merged in pull request #482.
This commit is contained in:
2023-04-02 13:57:45 +00:00
7 changed files with 147 additions and 31 deletions

View File

@@ -3,5 +3,4 @@ name "gitea"
run_list %w(
role[postgresql_client]
kosmos_gitea::default
kosmos_gitea::backup
)

View File

@@ -0,0 +1,5 @@
name "gitea_actions_runner"
run_list %w(
kosmos_gitea::act_runner
)