Direct Git deployment¶
Only for Drupal and WP
Direct git deployment is available only for Drupal and WordPress stacks and their forks
You can connect your git repository to Wodby and use it as a codebase source for your applications. On code deployment we will perform pull from the target branch and run post-deployment scripts (if enabled).
Additionally, you can run deployment automatically every time you push code to a git branch (all instances using this branch will be deployed):
- Configure git hooks for your git repository
- Navigate to
Instance > Deployment > Settingsand checkAutomatic deployoption
For details instructions how to connect a repository and configure hooks see the following articles: