Add very basic deployment service based on webhook

This commit is contained in:
Tobias Reisinger 2025-05-25 16:11:05 +02:00
parent a70ea6ef2a
commit 5d22308f0f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 92 additions and 0 deletions

View file

@ -99,6 +99,21 @@ services = {
s3 = false
},
"deploy" = {
host = "node001"
dns = [
{
domain = "deploy.serguzim.me"
},
]
monitoring = {
group = "7-support"
}
auth = false
database = false
s3 = false
}
"dokku" = {
host = "node001"
dns = [