Published on

使用 Fly.io 托管服务, 特别是 Websocket 服务

Authors
  • avatar
    Name
    Shelton Ma
    Twitter

Fly.io 部署步骤

  1. 安装 Fly.io CLI

    brew install flyctl  # macOS
    
    curl -L <https://fly.io/install.sh> | sh  # Linux
    
  2. 登录 Fly.io

    flyctl auth login
    
  3. 初始化 Fly.io 项目

    flyctl launch
    
    # 生成fly.toml
    
  4. 部署到 Fly.io

    flyctl deploy
    
  5. 自定义域名