Update .gitea/workflows/deploy-demo-plugin.yml
All checks were successful
Deploy Demo Plugin / docker (17, 3.8.5) (push) Successful in 33s

This commit is contained in:
Braydon 2024-04-26 10:39:50 -07:00
parent 83aee00a72
commit 0028f27c20

@ -48,5 +48,5 @@ jobs:
api-key: ${{ secrets.PTERO_API_KEY }}
server-id: ${{ secrets.DEMO_SERVER_ID }}
source: "./target/DemoSpigotPlugin.jar"
target: "/home/container/plugins/"
target: "/plugins/"
restart: true # Restart after upload