mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-08 02:10:54 -05:00
Pipeline: Updates pipeline to use known_hosts file
This commit is contained in:
parent
6da627d951
commit
5e82a19049
@ -19,7 +19,10 @@ jobs:
|
||||
with:
|
||||
path: /workspace/SPT-AKI/DB-Website
|
||||
|
||||
- name: Set up SSH key
|
||||
- name: Setup known_hosts
|
||||
run: echo "${{ secrets.SSH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
|
||||
|
||||
- name: Setup SSH key
|
||||
uses: webfactory/ssh-agent@v0.9.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user