Deploying Laravel to Windows Server 2012 R2 and 2016

Hey everyone,

Just got started with gitlab-ci and I have my project building and running phpunit tests on a Windows Server 2012 R2 VM with the Windows runner. I was wondering what the easiest way was to deploy to staging and production environments on Windows Server 2012 R2 and 2016. Would I use the Windows runner as an environment or something else? I am not using docker or Linux.

Thanks!