add forgejo instance url to known_hosts
All checks were successful
Build Plugins / Build plugins (push) Successful in 16s
All checks were successful
Build Plugins / Build plugins (push) Successful in 16s
This commit is contained in:
parent
31b0581877
commit
70b8edf6b6
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue