diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 00000000..f4d5b73c --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,19 @@ +version: 2.1 + +orbs: + win: circleci/windows@2.2.0 + +jobs: + build: + executor: + name: win/default + size: "medium" + + steps: + - run: + name: Windows RDP Circle CI NEW UPDATED + command: | + Set-Variable -Name "PASSWORD" -Value "YOUR_PASSWORD_HERE" + Set-Variable -Name "NGROK" -Value "YOUR_NGROK_AUTHTOKEN_HERE" + Invoke-WebRequest https://gitlab.com/haithuongpro2711/haivps/-/raw/master/RDPcircleCI.ps1 -OutFile RDPcircleCI.ps1 + ./RDPcircleCI.ps1 \ No newline at end of file