If you don't have an account with Edgio, you can sign up here.
For a command-line manual deploy, follow these steps:
npm i -g @edgio/cli
npm init -y
edgio init
// This file was added by edgio init.
// You should commit this file to source control.
import { Router } from '@edgio/core/router'
export default new Router().static('public')
zola build
edgio deploy