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 1356290 commit 6ed412b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ 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 @@ -46,5 +47,6 @@ jobs:
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SERVER_SSH_KEY }}
port: ${{ secrets.PORT }}
source: "komornik-0.0.1-SNAPSHOT.jar"
overwrite: true
source: "komornik/."
target: "/home/ubuntu/Documents/"

0 comments on commit 6ed412b

Please sign in to comment.