commit 2b5042669a49cc3a20827757cf014f9054d5e7eb
parent b844bc9a96486266838398fe7535c8b4751e1a95
Author: typable <contact@typable.dev>
Date: Sun, 1 Sep 2024 14:16:30 +0200
fix: Adjusted deployment file path for build.yaml
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml
@@ -42,5 +42,5 @@ jobs:
SSH_PORT: ${{ secrets.SSH_PORT }}
- name: Deploy Jar
run: |
- scp build/libs/poppy.jar minecraft:run/mc/plugins/
+ scp poppy.jar minecraft:run/mc/plugins/
ssh minecraft 'cd run/mc/ && ./deploy.sh'