📘Deploy an Express.js Application on Clouddley
Learn how to deploy an Express.js App on Clouddley.
Clouddley makes it easy to deploy your Express.js application, ensuring zero downtime on your server. Express.js is a lightweight and flexible Node.js framework designed for building fast and scalable web applications. In this guide, we will walk you through the deployment process, showing you why Clouddley is the perfect choice for your deployments. So, let's begin!
Prerequisites
A Clouddley account.
An Express.js application.
A virtual machine on a Cloud platform or a bare metal server.
Deploy your Express.js Application
Accessing Apps
Open your web browser, log in to your Clouddley account
Navigate to Apps and click on Deploy App

Step 1: Configure Service
Choose your Git hosting service; either GitHub or Bitbucket. For this tutorial, we will be using GitHub.
Click on Continue with GitHub

Step 2: Configure Git
To connect your GitHub user or organization account, click the Select username/organization dropdown and Add GitHub account.
Select your repository and the branch from the dropdown list or quickly search.
Click on Next

Step 3: Configure your Virtual Machine
In the Choose or add server dropdown, select your virtual machine (VM) if it’s already listed. If not, select + Add Virtual Machine.
Enter the following details to configure your VM:
Hostname or IP address
Username
SSH port
After adding the details, use the Clouddley CLI (recommended) or connect via SSH to verify the connection.
The Clouddley CLI is a command-line tool that allows you to interact with the Clouddley Platform from your terminal.
Open the command line of the remote VM you want to configure to Clouddley and install Clouddley CLI by running the command:
curl -L https://raw.githubusercontent.com/clouddley/cli/main/install.sh | sh
To add the SSH public key, run the command:
clouddley add key
Using the CLI, you can deploy resources, manage configurations, and automate tasks efficiently.
Click on Verify. This verifies the connection.
Click on Next

Step 4: Configure app settings
Insert the name of the application and its port.
Click on Next

Step 5: Configure Environment Variables
To add environment variables, click on ➕ Add Variable
Choose an ENV mode: either a single variable or import variables. Learn more here.

Add the key-value pairs and click on Save
Click on Next

Step 6: Set up Notifications (optional)
To configure the notification settings of the application, click on ➕ Add Alert
Select the Alert type. For this tutorial, we will set up Email alerts.
Toggle on the buttons of the deployment event (failed, timed out, or success) you want to be notified of.
Enter the Email address where you want to receive alerts. (You can add multiple email addresses)
Click on Save
Click on Deploy

Step 7: Test and Verify the app
Click on Go to Dashboard. Your app will be visible on the apps dashboard.
After the app deployment is complete, the app status changes from
Deeploying
toOnline

Click on 🌐 Website at the top right corner of the page, which opens the URL of the deployed application in your browser.
You can test the application functionalities.

The Express.js application has been successfully deployed on Clouddley. You can manage it from the application dashboard by selecting the three-dot menu (…) in the top-right corner, where you will find options to Edit, Instant Rollback, Scale, Pause, or Delete the deployment.
Additionally, you can navigate through the dashboard tabs to:
View deployment history
Access and download logs
Add a custom domain
View and manage environment variables
Conclusion
You've successfully deployed an Express.js application on Clouddley! Feel free to explore the source code for this application here. Additionally, check out our how-to guides to learn more about deploying different frameworks on Clouddley.
Last updated
Was this helpful?