deployment test
This commit is contained in:
parent
69e566c781
commit
5f66b28eb6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
path: target/wasm32-unknown-unknown/release/
|
path: target/wasm32-unknown-unknown/release/
|
||||||
remote_path: /home/beepsort/deploy
|
remote_path: /home/beepsort/deploy
|
||||||
remote_host: ${{ secrets.SERVER_IP }}
|
remote_host: ${{ secrets.SERVER_IP }}
|
||||||
remote_user: ${{ beepsort }}
|
remote_user: ${{ beepsort }}
|
||||||
remote_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
remote_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
remote_port: ${{ 6969 }}
|
remote_port: ${{ 6969 }}
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ async fn main() {
|
||||||
Err(error)=> {100}
|
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(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);
|
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|{
|
root_ui().window(hash!(), Vec2::new(screen_width()*0.01, 45.), Vec2::new(250., 50.), |ui|{
|
||||||
|
|
Loading…
Reference in a new issue