Cloud9 と Bitbucket で静的サイトを公開する 7 のステップ


layout: post title: “2017-06-26-cloud9-bitbucket-static-page” date: 2017-06-26 15:47:33 +0000

はじめに

この記事は Cloud9&Bitbucket 両アカウント取得済みを前提としています。

本題

  1. Bitbucket: 新規リポジトリ 自分のアカウント名.bitbucket.io を作成 (※)
  2. Cloud9: Repositories から Bitbucket と同期後 clone to edit ボタンを押して環境をクローンする
  3. Cloud9: ターミナルで echo "Hello World" >> index.html とかでテストファイルを作る
  4. git add index.html して
  5. git commit -m "first commit" コミット文入力
  6. git push -u origin master プッシュ!!
  7. https://自分のアカウント名.bitbucket.io アクセスして表示されたら完成

自由な名前.bitbucket.io にすると 繝ェ繝昴ず繝医Μ縺瑚ヲ九▽縺九j縺セ縺帙s縺ァ縺励◆ みたいなエラーが返ってきます。つまり、やりました。

タイトルとURLをコピーしました