From 91635c2f748c0de9c04773e21b09c092ee344fd5 Mon Sep 17 00:00:00 2001 From: Janis Blatsios Date: Tue, 12 Mar 2024 01:08:00 +0100 Subject: [PATCH] =?UTF-8?q?testy=20=C5=BCeby=20si=C4=99=20kopiowa=C5=82o?= =?UTF-8?q?=20DEPLOY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0c1b55a..2fa286e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,6 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - working-directory: komornik run: mvn -B package --file pom.xml -Dmaven.test.skip=true - name: Login to Docker Hub uses: docker/login-action@v3 @@ -48,5 +47,5 @@ jobs: key: ${{ secrets.SERVER_SSH_KEY }} port: ${{ secrets.PORT }} overwrite: true - source: "komornik/." + source: "." target: "/home/ubuntu/Documents/" \ No newline at end of file