0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

BitbucketとCircleCIをwrite権限ありのSSH鍵で連携させる

Posted at

概要

Bitbucketで管理しているプロジェクトで、
変更があったとき(push、PRマージなど)に、CircleCIが自動で走るように連携させてみた。

そのときに、CircleCIからpushしようとしたら権限が足りずはまったのでメモ。

メモ

CircleCIの管理画面でBitbucket連携をすると、
自動でSSH鍵の設定がされるようだが、
read onlyの鍵で登録される様子。

write権限を持たせるために。

  1. CircleCI上のssh鍵登録画面で、Hostname: bitbucket.org で秘密鍵を登録
  2. Bitbucket上の User のSSH設定画面で、公開鍵を登録

デフォルトで登録されるのが、deployment keyで、
write権限ありに設定したのはuser keyなのかなと思ってる。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?