Skip to content

Commit 67c1f57

Browse files
committed
fix: ci
1 parent 6c21095 commit 67c1f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-CICD-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
known_hosts: "just-a-placeholder-so-we-dont-get-errors"
2020
config: |
2121
Host vultr
22-
HostName ${{ secrets.SSH_HOST }}
22+
HostName 45.77.39.167
2323
CheckHostIP no
2424
Port 22
2525
User root
2626
2727
- name: Adding Known Hosts
28-
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
28+
run: ssh-keyscan -H 45.77.39.167 >> ~/.ssh/known_hosts
2929

3030
- name: run ansible
3131
run: |

0 commit comments

Comments
 (0)