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

Pipeline: Updates pipeline to use known_hosts file

This commit is contained in:
Refringe 2024-04-08 14:14:42 -04:00
parent 6da627d951
commit 5e82a19049
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -19,7 +19,10 @@ jobs:
with: with:
path: /workspace/SPT-AKI/DB-Website 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 uses: webfactory/ssh-agent@v0.9.0
with: with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}