Skip to content

Commit

Permalink
removed deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JustMarfix authored Jun 10, 2024
1 parent dd481cf commit afc40e4
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 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

0 comments on commit afc40e4

Please sign in to comment.