mirror of
https://github.com/usual2970/certimate.git
synced 2025-08-21 08:41:44 +00:00
feat: implement more Deployer
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
dpWebhook "github.com/usual2970/certimate/internal/pkg/core/deployer/providers/webhook"
|
||||
provider "github.com/usual2970/certimate/internal/pkg/core/deployer/providers/webhook"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -44,7 +44,7 @@ func Test(t *testing.T) {
|
||||
fmt.Sprintf("URL: %v", fUrl),
|
||||
}, "\n"))
|
||||
|
||||
deployer, err := dpWebhook.New(&dpWebhook.WebhookDeployerConfig{
|
||||
deployer, err := provider.New(&provider.WebhookDeployerConfig{
|
||||
Url: fUrl,
|
||||
})
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user