From 5f66b28eb66d872b0b81d6d9b1b593ebd010417b Mon Sep 17 00:00:00 2001 From: polsevev Date: Sun, 26 Feb 2023 02:38:58 +0100 Subject: [PATCH] deployment test --- .github/workflows/main.yml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3bc36d5..06f89de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: path: target/wasm32-unknown-unknown/release/ remote_path: /home/beepsort/deploy remote_host: ${{ secrets.SERVER_IP }} - remote_user: ${{ beepsort }} + remote_user: ${{ beepsort }} remote_key: ${{ secrets.SSH_PRIVATE_KEY }} remote_port: ${{ 6969 }} diff --git a/src/main.rs b/src/main.rs index 14e4703..83fb178 100644 --- a/src/main.rs +++ b/src/main.rs @@ -30,7 +30,7 @@ async fn main() { Err(error)=> {100} }; - draw_text("Sorting!", screen_width()*0.3, screen_height()*0.5, 100.0, GREEN); + draw_text("Sorting! HAHHAA", screen_width()*0.3, screen_height()*0.5, 100.0, GREEN); draw_text(format!("Length: {}", length.to_string()).as_str(), screen_width()*0.83, 30., 20.0, BLACK); draw_text(&get_fps().to_string(), screen_width()*0.7, 30.0, 20.0, BLACK); root_ui().window(hash!(), Vec2::new(screen_width()*0.01, 45.), Vec2::new(250., 50.), |ui|{