Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy0006 authored Jul 16, 2024
1 parent e9c271c commit 1daa168
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: make empty file
run: cat /dev/null > file.txt
- name: copy file via ssh password
uses: appleboy/[email protected]
with:
Expand All @@ -34,6 +36,6 @@ jobs:
password: ${{ secrets.SSH_PASSWORD }}
key: ${{ secrets.DEV_KEY }}
port: ${{ secrets.SSH_PORT }}
source: "./build/libs/*.jar"
target: /home/ubuntu/palkiabuilds/
source: "./file.txt"
target: /home/jimmy/k8s/

0 comments on commit 1daa168

Please sign in to comment.