We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c1eba commit 3a9ae86Copy full SHA for 3a9ae86
.github/workflows/main.yml
@@ -60,10 +60,10 @@ jobs:
60
target: /home/root
61
# 쉘 스크립트 실행
62
- name: Run command on remote server
63
- uses: appleboy/ssh-action@v0.1.3
+ uses: appleboy/ssh-action@master
64
with:
65
host: ${{ secrets.REMOTE_DEV_IP }}
66
username: ${{ secrets.REMOTE_USER }}
67
- key: ${{ secrets.PRIVATE_KEY }}
+ key: ${{ secrets.REMOTE_PRIVATE_KEY }}
68
script: |
69
sh /home/root/deploy.sh
0 commit comments