fix deploy vars 1
All checks were successful
Gitea Action Maven build / build (push) Successful in 48s
Gitea Action Maven build / deploy (push) Successful in 5s

This commit is contained in:
Eduard Kuksa 2025-02-13 21:03:30 +07:00
parent bd2359e1a0
commit 4ecaaae786

View File

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