-
Basic
-
Deploying from Git
Basic level
This is a simple tutorial to show how to deploy a web server using the Rahti web interface using a git repository as a source
Deploy from Git
How to set up a static web server in Rahti from a Git repository.
-
Create a project. Instructions
-
In the Rahti web console. Select the plus sign on the top right corner and then Import from Git.

-
Input the URL of the Git repository. Rahti will use that URL to clone the repository.

The
Advanced Git Optionsallows you to change the "reference" (Branch, tag or commit) or the context dir. And also allows to add a secret to get access to the repository (username and password, or SSH keys). -
After inputting the URL. Rahti will validate and analyze the repository.

-
If the analysis was successful, the last step is to click on
Create. After few minutes, the site should be available.
After this tutorial, you can check the Webhooks article. Web hooks will allow you to automatically re-deploy this site for every change in the main master branch.