Remove vestigial feature declaration and pre-seed known hosts for deploy
Badgey Deployment / build (push) Failing after 5s
Details
Badgey Deployment / build (push) Failing after 5s
Details
This commit is contained in:
parent
23e67551b3
commit
e88b457cb3
|
|
@ -11,6 +11,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Pre-seed known_hosts
|
||||||
|
run: ssh-keyscan -t rsa badgey >> ~/.ssh/known_hosts
|
||||||
- name: Build (Release)
|
- name: Build (Release)
|
||||||
run: cargo build --release --color=always
|
run: cargo build --release --color=always
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
#![feature(string_remove_matches)]
|
|
||||||
|
|
||||||
#[macro_use] extern crate log;
|
#[macro_use] extern crate log;
|
||||||
|
|
||||||
pub mod badgey;
|
pub mod badgey;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue