Skip to content

Instantly share code, notes, and snippets.

@yoshihiro503
Last active November 3, 2019 10:28
Show Gist options
  • Save yoshihiro503/c5dcc4d5be7f2104f7d8beeff81fdc28 to your computer and use it in GitHub Desktop.
Save yoshihiro503/c5dcc4d5be7f2104f7d8beeff81fdc28 to your computer and use it in GitHub Desktop.

gh_pages の設定方法

  • githubプロジェクト作成
  • circleci プロジェクト登録
  • $ ssh-keygen -m PEM -t rsa -C "[email protected]" -f ./id_rsa_circleci
  • githubのプロジェクト設定画面のDeploy keys項目にAllow write accessをONにして↑の公開鍵 id_rsa_circleci.pub を登録する
  • circleciのプロジェクト設定でSSH permissions項目でAdd SSH Key する(秘密鍵登録), ホスト名はgithub.comにする
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment