Documentation
Your First Deploy
Get started by deploying your first application in just a few minutes.
Prerequisites
Before you deploy your first application, you'll need:
- A GitHub account with your code repository
- A Deployra account (sign up if you haven't already)
- Basic knowledge of your application's requirements
Step 1: Sign up
Create your Deployra account to get started.
Create an account
Visit the sign-up page and create your account using email
Step 2: Create a project
Create a new project to organize your services.
Navigate to the dashboard
After logging in, go to your dashboard and click "New Project"
Configure project settings
Enter a name for your project and configure any project-level settings

Step 3: Link your repo
Connect your GitHub repository to Deployra.
Connect to GitHub
Select "Connect GitHub Repository" and authorize Deployra

Step 4: Choose a service type
Select the type of service that best fits your application's needs.
Navigate to the dashboard
After logging in, go to your dashboard and click "New Service"
Select a service type
Choose from Web Service, Static Site, Background Worker, or other options depending on your needs

Step 5: Configure deployment
Set up your deployment configuration based on your application's requirements.
Configure build settings
Set your build command, publish directory, and environment variables
# Example environment variables NODE_ENV=production PORT=8080 DATABASE_URL=database_connection_string

Step 6: Monitor your deploy
Watch the deployment process and check for any issues.
View deployment logs
Monitor the build and deployment process in real-time

View resource usage
Monitor the resource usage of your service

Step 7: Open your app
Once deployment is complete, access your live application.
Visit your app
Click the link to view your deployed application

Next steps
After your first successful deployment, explore these additional features: