13 lines
549 B
Text
13 lines
549 B
Text
.row.prepend-top-default
|
|
.col-lg-3.profile-settings-sidebar
|
|
%h4.prepend-top-0
|
|
Deploy Keys
|
|
%p
|
|
Deploy keys allow read-only or read-write (if enabled) access to your repository. Deploy keys can be used for CI, staging or production servers. You can create a deploy key or add an existing one.
|
|
.col-lg-9
|
|
%h5.prepend-top-0
|
|
Create a new deploy key for this project
|
|
= render @deploy_keys.form_partial_path
|
|
.col-lg-9.col-lg-offset-3
|
|
%hr
|
|
#js-deploy-keys{ data: { endpoint: namespace_project_deploy_keys_path } }
|