Deploy to Vultr
How to deploy to Vultr?
To begin the deployment process to Vultr using Buddy CI/CD, you need to set up a pipeline and specify the server to deploy to. You can configure the pipeline to perform manual, recurrent or automated server updates. This guide will show you how to configure a deployment pipeline to optimize your workflow.
Image loading...Example pipeline with deployment to Vultr
đź“š Learn more about Vultr action features, integrations and alternatives.
Configure pipeline in Buddy
- Create a new project in Buddy and select your Git provider.
Image loading...Creating new project
- Add a new pipeline and configure the details: name, trigger mode, and a branch from which you want to deploy.
Image loading...Adding new pipeline
Configure Vultr deployment
- Look up and click Vultr on the action list:
Image loading...Transfer actions in Buddy
- The action has five configuration tabs:
- Transfer – here you define the source path, deployment provide your repository path, select the source, and define files to ignore
- Target – here you select the Vultr integration and provide the details of the Vultr deploy server
- Variables – here you can add and modify environment variables required by your workflow
- Conditions – here you configure the trigger conditions for which the action will run
- Options – here you define the action's name and behavior on failure and timeout
Image loading...Transfer tab in Vultr action configuration window
Image loading...Target tab in Vultr action configuration window
- When ready, click Add this action to finish configuration.
Congratulations! You have just automated your deployment. Thanks to Buddy and Vultr integration, deploying applications will now be easier than ever. To increase the overall performance of your CI/CD process even more, you can use the deployment pipeline to perform automated tests of your application, monitor your website and notify you in case something goes wrong.
Sep 24, 2024