Skip to content

Commit

Permalink
Update dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy0006 authored Jul 16, 2024
1 parent 8f48a58 commit af016f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
# arguments: build
run: ./gradlew clean build --exclude-task test
- name: make directory for transfer
run: mkdir deploy
run: mkdir palkia
- name: Copy Jar
run: cp ./build/libs/*.jar ./deploy/
run: cp ./build/libs/*.jar ./palkia/
- name: copy file via ssh password
uses: appleboy/[email protected]
with:
Expand All @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DEV_PASSWORD }}
key: ${{ secrets.DEV_KEY }}
port: ${{ secrets.SSH_PORT }}
source: "./deploy/*.jar"
source: "./palkia/*.jar"
target: /home/jimmy/k8s/
- name: restart server
uses: appleboy/[email protected]
Expand Down

0 comments on commit af016f4

Please sign in to comment.