Where is the Deploy keys section in Repositories?

Last year there was an option inside repositories to set up deployment keys, where are now?

Thanks in advance

Is there any response to this? I was trying to setup GitLab for a static website project with Forestry. If GitLab isn’t going to make this easy, then I’ll have to use GitHub.

Deploy Tokens and Deploy Keys can be found by navigating to your Project in the Web UI

Then clicking
Settings > Repository

Here is Gitlab’s documentation on Deploy Tokens
These have read-only access to repositories.

Here is Gitlab’s documentation on Deploy Keys
These can have read-only or read-write permssions in a repository