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:
@@ -3,5 +3,4 @@ name "gitea"
|
||||
run_list %w(
|
||||
role[postgresql_client]
|
||||
kosmos_gitea::default
|
||||
kosmos_gitea::backup
|
||||
)
|
||||
|
||||
5
roles/gitea_actions_runner.rb
Normal file
5
roles/gitea_actions_runner.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
name "gitea_actions_runner"
|
||||
|
||||
run_list %w(
|
||||
kosmos_gitea::act_runner
|
||||
)
|
||||
Reference in New Issue
Block a user