Skip to main content

Introduction

Deployment is the process of uploading and launching a web application or website on a server or hosting platform. This allows the application or website to be accessed on the internet. Without deployment, the code will only be accessible on the local machine it was written on.

We deploy to WP Engine websites in two different ways:

  • Using a manual deployment using a script (rarely used)
  • automatic process using a CI/CD process