Setup
Module Prerequisites
- Install and enable
drupalforge_deploy.
- Configure Backup and Migrate with an AWS S3 destination that can list and retrieve backups.
- Ensure the Drupal root is in a Git repository with a supported remote (GitHub or GitLab, including self-hosted GitLab hosts that verify as GitLab).
- For MVP, use a public repository (private repositories are currently unsupported).
Admin Routes
- Deploy UI:
/admin/config/development/drupalforge-deploy
- Module help:
/admin/help/drupalforge_deploy (when Drupal Help module is enabled)
Quick Setup Checklist
- Enable the module and confirm permissions for deploy administration.
- Verify AWS S3 destination readiness and retrievable backups.
- Verify Git repository and branch context from Drupal root.
- Open the Deploy page and confirm the readiness checklist has no blockers.
Related Pages