mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-02 17:49:21 -05:00
Pipeline: Makes ssh directory for known_hosts
This commit is contained in:
parent
5e82a19049
commit
64430fb724
@ -20,7 +20,9 @@ jobs:
|
||||
path: /workspace/SPT-AKI/DB-Website
|
||||
|
||||
- name: Setup known_hosts
|
||||
run: echo "${{ secrets.SSH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.SSH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
|
||||
|
||||
- name: Setup SSH key
|
||||
uses: webfactory/ssh-agent@v0.9.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user