Add simple ci deployment
This commit is contained in:
parent
3ee003f94c
commit
06bb34891e
6 changed files with 162 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ gitea_use_https: true
|
|||
|
||||
# the subdomain link gitea will be reachable under
|
||||
subdomain_alias: git
|
||||
subdomain_ci_alias: ci
|
||||
|
||||
gitea_db_database: gitea
|
||||
gitea_db_username: gitea
|
||||
|
|
@ -22,3 +23,11 @@ gitea_app_admin_email: myadmin@mydomain.mytld
|
|||
# gitea_smtp_username: my@username.com
|
||||
# gitea_smtp_password: <password>
|
||||
# gitea_smtp_force_tls: false # forces tls if it is on a non-traditional tls port. Overwrites starttls so should generally be off
|
||||
|
||||
gitea_use_ci: false
|
||||
# gitea_ci_github_client:
|
||||
# gitea_ci_github_secret:
|
||||
# gitea_ci_gitlab_client:
|
||||
# gitea_ci_gitlab_secret:
|
||||
# gitea_ci_gitea_client:
|
||||
# gitea_ci_gitea_secret:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue