From 76bb2a31d5dd5d3190caae1f6d4691a63de7b264 Mon Sep 17 00:00:00 2001 From: fortiersteven <74146408+fortiersteven@users.noreply.github.com> Date: Sun, 3 Jul 2022 09:40:31 -0400 Subject: [PATCH] Delete SLPS_Run.yml --- .github/workflows/SLPS_Run.yml | 43 ---------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 .github/workflows/SLPS_Run.yml diff --git a/.github/workflows/SLPS_Run.yml b/.github/workflows/SLPS_Run.yml deleted file mode 100644 index 5a24c4b..0000000 --- a/.github/workflows/SLPS_Run.yml +++ /dev/null @@ -1,43 +0,0 @@ - -name: New SLPS Test - -on: - workflow_dispatch - -env: - base_directory: c:/actions-runner/_work/PythonLib - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - startVM: - runs-on: ubuntu-latest - steps: - - - - name: Start AWS EC2 - # Run AWS Command on the GitHub Hosted runner which starts the instance using AWS authentication stored in GitHub Secrets (see below how to add) - run: | - aws ec2 start-instances --instance-ids ${{secrets.AWS_EC2_INSTANCE_ID }} - env: - AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} - AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }} - - runPython: - runs-on: self-hosted - steps: - - name: Refresh Repo - - uses: actions/checkout@v3 - with: - ref: main - - - name: Generating SLPS and creating Patch - working-directory: ${{env.base_directory}} - run: - python ${{env.base_directory}}/ToolsTales_Executable.py --game TOR pack Main - - - - name: Apache - run: - schtasks /Run /TN "Run Apache" -