Deploy Go on CreateOS
Deploy Go applications with automatic binary compilation, minimal container images, and excellent performance.
How to Deploy
1
Connect your repository
Link your GitHub repository with your Go project.
2
Configure build
CreateOS detects go.mod and builds an optimized binary automatically.
3
Set environment variables
Add any environment variables your Go app needs.
4
Deploy
Deploy with minimal container image and fast cold starts.
Features
Automatic binary compilation
Go modules support
Minimal container images
Fast cold starts
Built-in concurrency
Default Commands
Build command:
go build -o appRun command:
./app