このブログは、旧・はてなダイアリー「檜山正幸のキマイラ飼育記 メモ編」(http://d.hatena.ne.jp/m-hiyama-memo/)のデータを移行・保存したものであり、今後(2019年1月以降)更新の予定はありません。

今後の更新は、新しいブログ http://m-hiyama-memo.hatenablog.com/ で行います。

bitbucket Services

説明は:

http://brandonsummers.name/blog/2012/02/10/using-bitbucket-for-automated-deployments/ より:

Work flow

  1. Commit changes and push them up to your Bitbucket repository
  2. Bitbucket sends a POST request to a deployment script on your server
  3. The deployment script pulls changes into it’s local repository (which is in the web-root) which updates the website
  4. Repeat