Try absolute dir for the remote
Some checks failed
Deploy Demo Plugin / docker (17, 3.8.5) (push) Failing after 39s

This commit is contained in:
Braydon 2024-04-25 17:07:18 -04:00
parent bbeeed8f84
commit 2be04ec1d6

@ -48,7 +48,7 @@ jobs:
username: ${{ secrets.DEMO_SFTP_USER }} username: ${{ secrets.DEMO_SFTP_USER }}
password: ${{ secrets.DEMO_SFTP_PASS }} password: ${{ secrets.DEMO_SFTP_PASS }}
localPath: "./target/DemoSpigotPlugin.jar" localPath: "./target/DemoSpigotPlugin.jar"
remotePath: "./plugins" remotePath: "/plugins"
# Restart the remote Demo server # Restart the remote Demo server
- name: Restart Remote Server - name: Restart Remote Server