ale
supports SSH authentication to deploy code from private repositories across various platforms including GitHub, GitLab, Bitbucket, and others.
Click or press ⌘ + K
to open the deployment modal and select Deploy Git Repository and under the Git URL tab, paste your repository’s Git URL(SSH). A Deploy Key will be automatically generated.
Go to Settings > Deploy keys in your repository. Then clickAdd deploy key
in the top right corner and paste the deploy key fromale
.
Go to Settings > Repository in your repository. Under the Deploy keys section, clickExpand
, thenAdd new key
, and paste the deploy key fromale
.
Go to Repository settings > Access keys in your repository. ClickAdd key
and paste the deploy key fromale
.
Choose the preset that matches your repository.
For subsequent configuration and deployment steps, see the Deploying with ale page.