fix file path
All checks were successful
Gitea Action Maven build / build (push) Successful in 48s
Gitea Action Maven build / deploy (push) Successful in 6s

This commit is contained in:
Eduard Kuksa 2025-02-11 20:46:49 +07:00
parent c9fc6f9a12
commit f8fd6cf310

View File

@ -60,6 +60,6 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- name: Deploy to Local Server
run: |
scp target/*.jar edkuksa@192.168.120.70:/home/edkuksa/projects/spring-demo/target
scp target/*.jar edkuksa@192.168.120.70:/home/edkuksa/projects/spring-demo/
# scp -r target/*.jar ${{ vars.DEPLOY_USER }}@${{ vars.DEPLOY_HOST }}:${{ vars.DEPLOY_PATH }}