Deploy from Git
Deploy an app or task directly from a public or private Git repository.
The repository must contain a valid _ricochet.toml file.
Add a credential for a private repository
Section titled “Add a credential for a private repository”Skip this section when deploying a public repository.
-
Open Credentials in ricochet.
-
Select Git Credentials, then select Add Credential.
-
Enter a unique Name and choose the credential Type:
- Choose
sshand paste an SSH Private Key for an SSH repository URL. - Choose
httpsand enter the Username and Password or Token supplied by your Git provider for an HTTPS repository URL.
- Choose
-
Select Add Credential.
Deploy the repository
Section titled “Deploy the repository”-
Open Deploy in ricochet.
-
Enter the Git Repository URL.
-
Select Public for a public repository or choose the saved Git Credential for a private repository.
-
Select the Branch to deploy.
-
If the project is in a subdirectory, enter its repository-relative Path.
-
Continue to Configure and review the settings loaded from
_ricochet.toml. -
Continue through Packages and Review, then select Deploy.
Ricochet clones the selected revision and starts the deployment. Open the deployment from the resulting content item to monitor its logs and status.