Skip to content

Commit 34e162c

Browse files
committed
fix: typi
1 parent fa11a88 commit 34e162c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up SSH known_hosts
2323
run: |
2424
mkdir -p ~/.ssh
25-
ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
25+
ssh-keyscan -H ${{ secrets.EC2_HOST }} >> ~/.ssh/known_hosts
2626
2727
- name: Deploy to EC2
2828
run: |

0 commit comments

Comments
 (0)