Skip to content

Commit e19d928

Browse files
authored
Update deploy.yml
1 parent d37a8e8 commit e19d928

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
- name: Set up application.yml
2222
run: echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application.yml
2323

24-
# SSL 적용
25-
- name: Create SSH Key File
26-
run: echo "${{ secrets.PRIVATE_KEY }}" > /tmp/private_key.pem
27-
2824
- name: Set Permissions for SSH Key
2925
run: chmod 600 /tmp/private_key.pem
3026

0 commit comments

Comments
 (0)