'How to send github app/artifacts to Azure onpremise VM server without DevOps pipeline?

How to send github app/artifacts to Azure onpremise VM server without DevOps pipeline? I would like to use github directly (like azure functions), there is nothing that I need to build because im launching external powershell command there locally.

Aditionally, is it possible to configure pipeline yml to install python&venv on vm? (yml only creates an non accessible environemnt during building process).Right now im starting powershell script and i think its amateur solution (because i need to see all scripts from RemoteDesktop). Hope I can do all with single yml.

Cheers!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source