Skip to content

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

  1. Enable the module and confirm permissions for deploy administration.
  2. Verify AWS S3 destination readiness and retrievable backups.
  3. Verify Git repository and branch context from Drupal root.
  4. Open the Deploy page and confirm the readiness checklist has no blockers.