✓
Connect
✓
Configure
✓
Preview
4
Verify
5
Go Live
Verify & Go Live
Run final validation checks on your configuration, environment, and security settings before pushing to production.
Deployment Checklist
3 of 5 passed
✓
DNS & Domain Configuration
CNAME records verified. Propagation complete.
✓
SSL Certificate
Auto-provisioned Let's Encrypt certificate is active.
✕
Environment Variables
Missing required var: DATABASE_URL. Check your .env or dashboard settings.
⟳
Build & Dependency Audit
Running production build simulation & security scan...
○
Firewall & Rate Limiting
Waiting for build completion to verify WAF rules.
Manual Verification
Prefer the command line? Run these to verify locally before pushing.
Terminal
# Verify DNS propagation
$ dig +short my-app.git.dev
# Test SSL handshake
$ openssl s_client -connect my-app.git.dev:443 -servername my-app.git.dev
# Run production build locally
$ npm run build -- --env production
Tip: All environment variables must be loaded via `.git.env` or your CI secrets manager before deployment.