Having fun solving some server programming challenges.
Applications are deployed on fly.io using the fly CLI,
please refer to their documentations for all the details.
fly auth login
cd $APP_DIR
fly launch
# configure the generated fly.toml
# if you don't have an IP address allocated
fly ips allocate-v4
fly deploy