feat: add docker runner and set runner dashboards
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-28 20:36:44 +01:00
parent 0cff237e31
commit 0610bb40a7
6 changed files with 118 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
resource "gitea_oauth2_app" "this" {
name = "Drone"
redirect_uris = [
"https://drone.thomasklein.me/login",
"https://${local.drone_domain}/login",
]
}