Skip to content

Commit 003a30f

Browse files
committed
feat: id_rsa 디렉토리 생성 추가
1 parent dc91214 commit 003a30f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
REMOTE_USER: ${{ secrets.REMOTE_USER }}
6565
SSH_KEY: ${{ secrets.REMOTE_PRIVATE_KEY }}
6666
run: |
67+
mkdir ~/.ssh/id_rsa
6768
echo "$SSH_KEY" > ~/.ssh/id_rsa
6869
chmod 600 ~/.ssh/id_rsa
6970
ssh -o StrictHostKeyChecking=no $REMOTE_USER@$REMOTE_HOST << 'EOF'

0 commit comments

Comments
 (0)