mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-20 18:07:59 +00:00
Fix the issue with SSH deployment failing to upload the certificate.
This commit is contained in:
12
internal/deployer/ssh_test.go
Normal file
12
internal/deployer/ssh_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package deployer
|
||||
|
||||
import (
|
||||
"os"
|
||||
"path"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestPath(t *testing.T) {
|
||||
dir := path.Dir("./a/b/c")
|
||||
os.MkdirAll(dir, 0755)
|
||||
}
|
Reference in New Issue
Block a user