feat: implement 'caddy deploy' command to deploy global service using caddy:latest image

This commit is contained in:
Pavel Sviderski
2025-02-15 10:51:02 +10:00
parent 98db5ed440
commit 625a8baed3
6 changed files with 115 additions and 19 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ type Deployment struct {
type Plan struct {
ServiceID string
Operation
SequenceOperation
}
// NewDeployment creates a new deployment for the given service specification.