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

This commit is contained in:
Braydon 2024-04-26 10:57:48 -07:00
parent f79d42a45e
commit d7076c6fa6

@ -47,6 +47,6 @@ jobs:
panel-host: ${{ secrets.PTERO_URL }} panel-host: ${{ secrets.PTERO_URL }}
api-key: ${{ secrets.PTERO_API_KEY }} api-key: ${{ secrets.PTERO_API_KEY }}
server-id: ${{ secrets.DEMO_SERVER_ID }} server-id: ${{ secrets.DEMO_SERVER_ID }}
source: "./target/DemoSpigotPlugin.jar" source: "./jars/DemoSpigotPlugin.jar"
target: "./plugins/" target: "./"
restart: true # Restart after upload restart: true # Restart after upload