Skip to content

Commit 3a9ae86

Browse files
committed
feat: ssh-action 버전 수정
1 parent 21c1eba commit 3a9ae86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
target: /home/root
6161
# 쉘 스크립트 실행
6262
- name: Run command on remote server
63-
uses: appleboy/ssh-action@v0.1.3
63+
uses: appleboy/ssh-action@master
6464
with:
6565
host: ${{ secrets.REMOTE_DEV_IP }}
6666
username: ${{ secrets.REMOTE_USER }}
67-
key: ${{ secrets.PRIVATE_KEY }}
67+
key: ${{ secrets.REMOTE_PRIVATE_KEY }}
6868
script: |
6969
sh /home/root/deploy.sh

0 commit comments

Comments
 (0)