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

This commit is contained in:
Braydon 2024-04-24 17:22:46 -07:00
parent 2783396446
commit a43c40d88f

@ -45,7 +45,7 @@ jobs:
username: ${{ secrets.DEMO_SFTP_USER }}
password: ${{ secrets.DEMO_SFTP_PASS }}
uploads: |
./target/DemoSpigotPlugin.jar => ./plugins
./target/DemoSpigotPlugin.jar => /plugins
# Restart the remote Demo server
- name: Restart Remote Server