Hi,
I went through the university.harness program but I couldn’t find guidance for my simple scenario.
What should I select for “Service” type if I want to deploy simple Windows application ( with PowerShell script I need to run .exe installation file contained within the ZIP package) on my Windows Virtual machine? This is very basic but I couldn’t find instructions in the training. It is not K8S or docker based and it’s not IIS based application either. It’s not a web app, but simple windows software.
When I try to create Service for my App in Deployment Type I am not sure what should I select for my case:
SSH (which is only for Linux VMs if I am not mistaken)
or WinRM - but if I choose this then I can choose for Artifact Type only some IIS type (my app is not running under IIS), or Docker (my app is not running as Docker) or Other (I am not sure what is meant by Other).
Can you please tell me what kind of Service I should choose for simple PowerShell script deployment on my Windows VMs? I will be thankful for any instructions…