Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidIvanov123 committed Aug 4, 2024
1 parent fa9d3c7 commit d386318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
port: 22
script: |
ls -la target/*.jar # Verify the jar file exists
scp target/*.jar ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/deploy/artifacts/app.jar
script: |
ls -la target/*.jar # Verify the jar file exists
scp target/*.jar ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/deploy/artifacts/app.jar
- name: Restart service
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit d386318

Please sign in to comment.