Choose which server's template configuration to edit
This is the default .air.toml configuration template. When an instance doesn't have its own .air.toml file, it will use this template.
Create New Instance
Deploy Binary
Drop binary here or click to browse
Upload your compiled Go binary
Uploading...
Global Bulk Deploy
The binary will be deployed to EVERY server running an instance with exactly this name.
Drop binary here or click to browse
Upload your compiled Go binary to bulk push
Uploading globally...
Deploy Scripts
Download a deploy script and place it in your project root. Running it will build your Go app and deploy it to the server with zero-downtime graceful restart.
๐ง
deploy.sh
Linux / macOS
๐ช
deploy.bat
Windows
๐ Usage
1. Place the script in your Go project root
2. Run ./deploy.sh or deploy.bat
3. It will cross-compile for Linux, upload, and gracefully restart