Skip to content

Commit ddd35e9

Browse files
committed
fix: 배포 테스트
1 parent 83ef641 commit ddd35e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/develop-build-deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
- name: Set SSH key permissions
5454
run: chmod 600 private_key.pem
5555

56+
# Ensure the .ssh directory exists
57+
- name: Ensure .ssh directory exists
58+
run: mkdir -p ~/.ssh
59+
5660
# Add EC2 host key to known_hosts
5761
- name: Add EC2 host key to known_hosts
5862
run: ssh-keyscan -H ${{ secrets.EC2_HOST }} >> ~/.ssh/known_hosts

0 commit comments

Comments
 (0)