Atomic SFTP: A safe and reliable way to deploy your code with DeployBot

We support many types of deployment in DeployBot—you may upload your updated files through FTP/SFTP, push them to a cloud hosting like Elastic Beanstalk or Heroku, or even connect to your server through SSH using our Shell deployments, and so on. Today, we are going to focus in Atomic SFTP deployments.

Continue reading →

The easiest way to deploy your App through SSH and Git

We support many types of deployment in DeployBot—you may upload your updated files through FTP/SFTP, push them to a cloud hosting like Elastic Beanstalk or Heroku, or even connect to your server through SSH using our Shell deployments, allowing you to execute arbitrary commands necessary for your deployment, without us uploading anything. It's the Shell deployments we're going to be talking about today.

Continue reading →

How to choose the right Build Tool for your Project

Choosing the right build tool is as important as choosing a programming language, a text editor or IDE, the CI/CD tool, and the rest of the software involved. But what exactly is a build tool? And how do you decide on one?

Continue reading →

Using Docker Containers to build your Code

Using build tools can significantly improve your development workflow. In DeployBot, you can execute scripts or commands in pre-defined Docker containers. Additionally, you can create your own Docker images, upload them to Docker Hub, and ask DeployBot to retrieve your own image from there.

Continue reading →

Deploying to Multiple Servers at the same Time

Are you working on a larger project, and do you have to deploy your code to several servers at the same time? That can be a complex task and even error-prone if you do this manually. Let DeployBot help you—our favorite bot can deploy to several servers simultaneously, from just two servers to 20 or over one hundred.

Continue reading →