test file copy
This commit is contained in:
parent
ffd6bd18e2
commit
c9fc6f9a12
@ -58,4 +58,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
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 }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user