Helps if you add the directory first
Badgey Deployment / build (push) Failing after 12m51s
Details
Badgey Deployment / build (push) Failing after 12m51s
Details
This commit is contained in:
parent
e88b457cb3
commit
bc76e4bd5c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue