test file copy
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-11 20:44:52 +07:00
parent ffd6bd18e2
commit c9fc6f9a12

View File

@ -58,4 +58,8 @@ jobs:
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
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 -r target/*.jar ${{ vars.DEPLOY_USER }}@${{ vars.DEPLOY_HOST }}:${{ vars.DEPLOY_PATH }}