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

This commit is contained in:
Braydon 2024-04-26 10:58:37 -07:00
parent d7076c6fa6
commit bb9a3044a7

@ -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: "./jars/DemoSpigotPlugin.jar" source: "jars/DemoSpigotPlugin.jar"
target: "./" target: "./"
restart: true # Restart after upload restart: true # Restart after upload