[agent-deploy] - modify deploy project

This commit is contained in:
zeaslity
2024-06-11 14:01:28 +08:00
parent e6efa9062f
commit 4d44a9eac1
74 changed files with 83 additions and 21 deletions

View File

@@ -0,0 +1,13 @@
package agent_deploy
import "testing"
func TestOctopusDeploy(t *testing.T) {
OctopusDeploy()
}
func TestCmiiAppDeploy(t *testing.T) {
CmiiAppDeploy()
}