agent starting :D
This commit is contained in:
10
scripts/services.ps1
Normal file
10
scripts/services.ps1
Normal file
@@ -0,0 +1,10 @@
|
||||
param (
|
||||
[string]$serviceName,
|
||||
[string]$option,
|
||||
[string]$appPath,
|
||||
[string]$command, # just the command like run start or what ever you have in npm.
|
||||
[string]$description,
|
||||
[string]$remote,
|
||||
[string]$server,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user