Helps if you add the directory first
Badgey Deployment / build (push) Failing after 12m51s Details

This commit is contained in:
Xyon 2023-09-25 23:48:34 +01:00
parent e88b457cb3
commit bc76e4bd5c
Signed by: xyon
GPG Key ID: DD18155D6B18078D
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Pre-seed known_hosts
run: ssh-keyscan -t rsa badgey >> ~/.ssh/known_hosts
run: mkdir -pv ~/.ssh && ssh-keyscan -t rsa badgey >> ~/.ssh/known_hosts
- name: Build (Release)
run: cargo build --release --color=always
- name: Deploy