Is it possible to copy a deployment from one site to another?

Hi, @feedm3. There are several possible approaches.

  1. Build and deploy at Netlify but don’t publish by locking the current deploy. After the checks are completed, only then publish the deploy.
  2. Do your build in a local or third-party build system and then use the Netlify CLI tool to manually deploy the build in the third-party.
  3. Build and deploy one one site and then download and manually upload that deploy to the production site.

For option 3 above, you can download the deploy using the button shown in the screenshot above.

Then you can drag and drop that zip file into the deploy panel for the production site. However, the first two solutions are much easier to automate (for example, endpoints exist to publish deploys using just the API).

​Please let us know if there are other questions about this.

1 Like