- Name:
bitbucket
For repositories stored on Bitbucket, the bitbucket backend allows CMS users to log in directly with their Bitbucket account. Note that all users must have write access to your content repository for this to work.
Authentication
To enable Bitbucket authentication it:
- Follow the authentication provider setup steps in the Netlify docs.
- Add the following lines to your Static CMS
configfile:
backend:
name: bitbucket
repo: owner-name/repo-name # Path to your Bitbucket repositorybackend: {
name: 'bitbucket',
repo: 'owner-name/repo-name', // Path to your Bitbucket repository
},