diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94c7006..ef2e8ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: username: ${{ secrets.SERVER_USER }} key: ${{ secrets.SERVER_SSH_KEY }} source: "target/*.jar" - target: "/opt/auction/app.jar" + target: "/opt/auction/" - name: Restart service uses: appleboy/ssh-action@v0.1.7