fmt
This commit is contained in:
parent
34d0f646cd
commit
18cd7a4b5d
@ -1,8 +1,6 @@
|
|||||||
|
|
||||||
use yew::functional::*;
|
use yew::functional::*;
|
||||||
use yew::prelude::*;
|
use yew::prelude::*;
|
||||||
|
|
||||||
|
|
||||||
#[function_component(Admin)]
|
#[function_component(Admin)]
|
||||||
pub fn admin() -> Html {
|
pub fn admin() -> Html {
|
||||||
html! {}
|
html! {}
|
||||||
|
2
justfile
2
justfile
@ -47,6 +47,6 @@ deploy-backend:
|
|||||||
ssh root@ajb.dk -- systemctl restart achievements-backend.service
|
ssh root@ajb.dk -- systemctl restart achievements-backend.service
|
||||||
just logs-prod
|
just logs-prod
|
||||||
|
|
||||||
# List logs with journalctl
|
# List logs with journalctl
|
||||||
logs-prod:
|
logs-prod:
|
||||||
ssh plul@ajb.dk journalctl -u achievements-backend
|
ssh plul@ajb.dk journalctl -u achievements-backend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user