Developer Tools
SiteForge provides practical tools for developers who need direct access, better deployment workflows, and more control over live services.
SSH Access
- Connect to your server via SSH for advanced file operations.
- Use key-based authentication for security.
Git Integration
- Deploy code directly from Git repositories.
- Set post-receive hooks for automated deployments.
Operational Tools
- Manage scheduled tasks with cron jobs.
- Review logs when troubleshooting deployments or application errors.
- Use file and database tools for direct maintenance work.
- Configure application settings such as environment variables where supported.
Notes
- Always test scripts in staging before production.
- Keep secrets, passwords, and deployment credentials stored securely.