Managing Deployments
How to manage deployments within Lodestar Forge.
Deployments can easily be managed within Lodestar Forge, including creating and deleting them. This section covers both of these topics in detail.
Creating A Deployment
To create a deployment within Forge, simply follow the steps below:
- With a project selected, select the "Deployments" tab in the sidebar.
- Click the "Create deployment" button.
- Complete the form to create your deployment.
Preparing A Deployment
Before infrastructure can be added to a deployment, it must be prepared. This step performs the following actions:
- Initialises Terraform.
- Defines the default infrastructure, such as networking and SSH keys.
- Creates the underlying infrastructure using the cloud integration speified.
To prepare a deployment, simply click the "Prepare" button located within the "Deployment Status" card.
Once your deployment has been prepared, refer to the infrastructure section for next steps.
Deleting A Deployment
To delete a deployment within Forge, simply follow the steps below.
Note:
Be careful! Once a deployment is deleted, it cannot be recovered.
- With a project selected, select the "Deployments" tab in the sidebar.
- Select the deployment to be deleted from the deployments table.
- Within the "Danger Zone", click the "Delete Deployment" button.
- Confirm the deletion by clicking the "Delete" button.