From c50dce275211b2d0aa9a9391ab215c4fe824c8e1 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Fri, 11 Apr 2025 20:30:30 +0200 Subject: [PATCH] fix ci --- .gitea/workflows/action.yml | 4 ++++ README.md | 7 ++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 3462748..7437aac 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -4,6 +4,10 @@ on: push env: CARGO_TARGET: x86_64-unknown-linux-musl + SSH_HOST: ${{ secrets.SSH_HOST }} + SSH_USER: ${{ secrets.SSH_USER }} + SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} + jobs: test: diff --git a/README.md b/README.md index a56df61..64da7ab 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,9 @@ - [x] Station - [x] Route - - [x] Route_station +- [x] Route_station - [x] Team -- [ ] Rating view - - [x] make plan how i want to handle station-login, then write tests! - - [ ] simple rating entry - - [ ] improve messages, especially for `/s` +- [x] Rating view - [ ] Highscore list ## Fancy features