add forgejo instance url to known_hosts
All checks were successful
Build Plugins / Build plugins (push) Successful in 16s

This commit is contained in:
Seaswimmer 2024-10-20 10:18:29 -04:00
parent 31b0581877
commit 70b8edf6b6
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -15,6 +15,8 @@ jobs:
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
instance-urls: "www.coastalcommits.com"
- name: Add instance URLs to known_hosts
run: ssh-keyscan -H www.coastalcommits.com >> ~/.ssh/known_hosts
- name: Setup Node.js
uses: actions/setup-node@v4
with: