While using Ultim8e Deployer, you can create a standard process to be able to automate deployments process of your WordPress theme. There are couple of other ways of doing this but we will focus on how to deploy specific WordPress theme in this article.
This guide assumes you already have a server in place for your WordPress site deployment straight from your Git Repository. We will assume that you only have your WordPress theme committed to Git, and the rest of the installation is managed separately.
For security reasons, we recommend you to create a separate user for the use of deployments.
sudo adduser ultimate
sudo usermod -a -G apache ultimate
Note: We assume that you are using Apache web service. If you are using any other web service then please change the name of the group accordingly.
Now to connect Ultim8e Deployer with your server, we need to create a server by going to Servers > New Server.
Note: We assume that you are using Apache web service. If you are using any other web service then please change the name of the group accordingly.
Create a project by going to Projects > New Project.
Now sit back, relax and look to your logs while deployment is happening.
©2023, Ultim8e.com. All Rights Reserved. Powered by Ingress IT Solutions
GO TOP