Skip to content

Commit cf436ef

Browse files
committed
feat: .ssh 디렉토리 생성
1 parent 003a30f commit cf436ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)