Cursor Origin
Coolify can deploy a private Cursor Origin repository over SSH. Store the private key in Coolify, add the matching SSH key to Origin, and then create the application with the deploy-key source.
Add a deploy key to Coolify
- Open Keys & Tokens in the Coolify dashboard.
- Select Private keys, then select + Add.
- Generate a new SSH key or paste an existing private key.
- Save the key.
Keep the key available while configuring Origin. Origin must use the same key that you stored in Coolify.
Add the key to Origin
From the repository directory, run:
origin ssh-key addFollow the Origin CLI prompts and add the SSH key that corresponds to the private key saved in Coolify.
Create the application in Coolify
- Open your project in Coolify and select + New.
- Select Private Repository (with deploy key).
- Choose the server that will run the application.
- Select the private key that you saved in the first step.
- Enter the repository's SSH clone URL and continue.
- Configure the application, then deploy it.
Use the SSH repository URL
The deploy key authenticates an SSH connection. An HTTPS repository URL will not use it.
For more information about this source type, see Deploy keys. For build and application settings, see Applications.
