Deploying a NestJS app for Free on?Cyclic
Introduction
In this article, we’re going to deploy a Nestjs app for free on Cyclic
Cyclic is a cloud platform that provides an easy way to deploy and manage your applications. Their free tier comes packed with some great features.
Let’s get started with our deployment
Step 1: Registration and?Setup
Step 2: Deployment
Now we can go to the cyclic dashboard and click on the “Deploy Now” button to start deploying our Nestjs application
From here, go to “Link Your Own” tab, and select the GitHub repository which you want to deploy
Click “Connect Cyclic” to allow it to connect
领英推荐
After that it will start to build the app, installs the dependencies and deploys our app
Now, if you have environmental variables, you’ll get a warning like this. To configure your secrets, go to the projects dashboard
Under the “Variables” tab you will find the variables which you need to add, Cyclic automatically detects all your env variables and add’s their keys here, or you can add them as a file, so if you have a?.env file, you can just copy and paste the content here, that will also work.
After you have added the env variables, you need to go to the deployments tab and re-deploy your app, so that it picks up the variables.
Step 3: Verifying
Now your app should be up and running, go to the “Overview” tab and open up the URL of your Nestjs API
Some of the useful tabs in this dashboard are
?? Robotics - AI - Web3 - DevOpsSec | Researcher | Tech Leader ??
9 个月Cyclic is shutting down. New signups are disabled. Free tier after May 10th. Paid tier after May 31th.