This commit is contained in:
Asger Juul Brunshøj 2023-06-14 09:14:58 +02:00
parent 34d0f646cd
commit 18cd7a4b5d
2 changed files with 1 additions and 3 deletions

View File

@ -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! {}

View File

@ -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