fix deploy vars 2
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-13 21:07:19 +07:00
parent 4ecaaae786
commit f392f40ef0

View File

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