From afc40e4d78c8519ce88690ad8b2650ef897a5155 Mon Sep 17 00:00:00 2001 From: Mikhail Reznichenko Date: Mon, 10 Jun 2024 17:20:07 +0300 Subject: [PATCH] removed deploy --- .github/workflows/deploy.yml | 42 ++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f67e080..e8c3f88 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,24 +42,24 @@ jobs: release-upload-url: ${{ github.event.release.upload_url }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - deploy: - name: Deploy plugin to the server - needs: build - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Download plugin from release - uses: robinraju/release-downloader@v1.10 - with: - latest: true - fileName: 'VeryUsualDay.dll' - - name: Deploy plugin to the server - uses: rexlmanu/pterodactyl-upload-action@v2.1 - with: - panel-host: ${{ secrets.PANEL_HOST }} - api-key: ${{ secrets.API_KEY }} - server-id: "e40e442f" - source: "VeryUsualDay.dll" - target: "./.config/EXILED/Plugins/" - decompress-target: true \ No newline at end of file +# deploy: +# name: Deploy plugin to the server +# needs: build +# runs-on: ubuntu-latest +# steps: +# - name: Checkout +# uses: actions/checkout@v3 +# - name: Download plugin from release +# uses: robinraju/release-downloader@v1.10 +# with: +# latest: true +# fileName: 'VeryUsualDay.dll' +# - name: Deploy plugin to the server +# uses: rexlmanu/pterodactyl-upload-action@v2.1 +# with: +# panel-host: ${{ secrets.PANEL_HOST }} +# api-key: ${{ secrets.API_KEY }} +# server-id: "e40e442f" +# source: "VeryUsualDay.dll" +# target: "./.config/EXILED/Plugins/" +# decompress-target: true