Add deploy action
Some checks failed
Deploy to VPS / deploy (push) Failing after 3s

This commit is contained in:
2025-11-06 16:42:10 +01:00
parent 85e69ee26d
commit e1d74cf11f
2 changed files with 34 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
crossterm::terminal::Clear(crossterm::terminal::ClearType::All)
)?;
execute!(stdout, crossterm::cursor::MoveTo(0, 0))?;
println!("Hello, World!");
println!("Wellcome to dcorral.com!");
execute!(stdout, crossterm::cursor::MoveTo(0, 1))?;
println!("Press any key to exit.");