Skip to content

Commit

Permalink
testy żeby się kopiowało
Browse files Browse the repository at this point in the history
DEPLOY
  • Loading branch information
JanisBe committed Mar 12, 2024
1 parent 6ed412b commit 91635c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -48,5 +47,5 @@ jobs:
key: ${{ secrets.SERVER_SSH_KEY }}
port: ${{ secrets.PORT }}
overwrite: true
source: "komornik/."
source: "."
target: "/home/ubuntu/Documents/"

0 comments on commit 91635c2

Please sign in to comment.