Deploy to FTP/FTPS Server

Buddy turns deployments into a breeze, allowing you to automatically update your servers on every push to branch. You can also deploy manually on click, or recurrently on time intervals.

Image loading...Example pipeline with FTP deployment

Tip
If you are new to Buddy, check out our workflow guides that will tell you how to build and test your application before the deployment.
Hint

📚 Learn more about FTP action features, integrations and alternatives.

Configure pipeline in Buddy

  1. Create a new project in Buddy and select your Git provider.

Image loading...Creating a new project

  1. Add a new pipeline and configure the details: name, trigger mode, and branch from which you want to deploy.

Image loading...Adding a new pipeline

Configure FTP/FTPS deployment

  1. Look up and click FTP or FTPS on the action list to add it to the pipeline:

Image loading...Transfer actions in Buddy

  1. The action has four configuration tabs:
  • Transfer – here you define the source path, deployment flags, and files to ignore
  • Target – here you provide the data of the server to which you want to deploy
  • 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
Warning
If you are using build actions in your pipeline, make sure to select the Filesystem as the source to deploy artifacts and processed files.

Image loading...FTP action configuration

Hint
Buddy's deployment is based on changesets. This means only changed files are deployed, which makes it lightning fast ⚡️. The first deployment is always performed from scratch, unless you set a revision on the server in the Options tab.
  1. When ready, click Add this action to finish configuration.
Success
Congratulations! You have just automated your deployment to your server. 🥳

Last modified on Sep 24, 2024