0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 02:10:54 -05:00

Pipeline: Makes ssh directory for known_hosts

This commit is contained in:
Refringe 2024-04-08 14:24:53 -04:00
parent 5e82a19049
commit 64430fb724
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -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