Skip to content

BeefOnWeck/game-serve-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate a fly.toml file by running fly launch.

fly auth login
fly launch

This will fail the first time because no command is defined to run the binary.

Modify the experimental section to add the command to run.

[experimental]
  allowed_public_ports = []
  auto_rollback = true
  cmd = "./game-serve-rs"

Then run fly launch again and this time it should create a healthy instance.

About

A simple game server written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages