Introduction
In this doc, we explain various ways you can integrate your InstaWP sites with Git
Step 1
First step in connecting your Git repository with InstaWP is add a new Deployment.
Step 2
Once a repository has been added your account, you can do three things:
- Update an existing site on every push.
- Create a new instance (from a template) on every push. Read Connect to a Template Docs
- Integrate Github action in the CI/CD pipeline which launches new instances (from a template) and merges with the PR contents. Read Github Action Docs
Updated 30 days ago