The deployment process is simple and straightforward, all you need to do is connect your GitHub repository with the Toolify organization and deploy your project.

1

Pre-requisites

  • Please read the Quick Start Guide before proceeding with the deployment process.
  • Make sure you have pushed your project to a GitHub repository.
2

Login to your organization

  1. Login to app.toolify.sh.
  2. Create a new organization or navigate to an existing one.
  3. Open the organization dashboard for which you want to deploy the project.
3

Deploy your project

  1. Navigate to the Deployments tab.
  2. Connect your GitHub repository.
  3. Click Deploy to start the deployment process.

Once deployed, new deployments are automatically triggered when you push changes to the main branch of your GitHub repository.

All projects are deployed to a unique subdomain under the Toolify domain. You can view the deployment status and logs in the Deployments tab.

Environment Variables

You can set environment variables for your project in the Settings tab. These variables are available to your project at runtime.

Make sure you deploy your project again after changing environment variables for the changes to take effect.

If you have already deployed your project, you can redeploy it by clicking the Redeploy button in the Deployments tab.