We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c21095 commit 67c1f57Copy full SHA for 67c1f57
.github/workflows/github-CICD-actions.yml
@@ -19,13 +19,13 @@ jobs:
19
known_hosts: "just-a-placeholder-so-we-dont-get-errors"
20
config: |
21
Host vultr
22
- HostName ${{ secrets.SSH_HOST }}
+ HostName 45.77.39.167
23
CheckHostIP no
24
Port 22
25
User root
26
27
- name: Adding Known Hosts
28
- run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
+ run: ssh-keyscan -H 45.77.39.167 >> ~/.ssh/known_hosts
29
30
- name: run ansible
31
run: |
0 commit comments