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.

Add New Deployment

Step 2

Once a repository has been added your account, you can do three things:

  1. Update an existing site on every push.
  2. Create a new instance (from a template) on every push. Read Connect to a Template Docs
  3. 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