Skip to content

Commit 01d3fc3

Browse files
committed
chore: adding boiler plate to ssh key config
1 parent aefff1b commit 01d3fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-to-vps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
uses: shimataro/ssh-key-action@v2
4545
with:
4646
key: ${{ secrets.VPS_SSH_KEY }}
47+
known_hosts: 'PlaceHolder'
4748

4849
- name: Adding Known Hosts
4950
run: ssh-keyscan -H ${{ secrets.VPS_HOST }} >> ~/.ssh/known_hosts

0 commit comments

Comments
 (0)