Added direct publishing to Netlify

This commit is contained in:
Leon Mika 2026-02-20 17:39:58 +11:00
parent 8136655336
commit a59008b3e8
15 changed files with 695 additions and 19 deletions

View file

@ -22,7 +22,7 @@ type SitePublishTarget struct {
SiteID int64
BaseURL string
TargetType PublishTargetType
TargetType string
TargetRef string
TargetKey string
}