Deploy to Production
For the fastest workflow, use gon release which combines build + push + deploy.
Step-by-step deploy
Build and push Docker image:
gon build --tag=v1.0.0 --pushDeploy to production:
gon deploy production --tag=v1.0.0Verify:
curl https://myapp.example.com/api/v1/healthcheck
Rollback
gon deploy production --rollback