Wercker Best Practice #wercker
概要
継続的デリバリプラットフォーム Wercker の Best Practice について。
Development
Pull Request の ビルド結果を常に確認できる。
Deployment
一般的なデプロイは、 Staging と Production の二つの異なる
環境に行うことが多いです。
Production:本番環境
Staging:動作確認や問題の調査のために利用する本番に近い環境
Wercker でこの二つを実現するには Deploy Target を二つ作成する。
Staging への Build / Deploy が成功したら、
次に Production への Build / Deploy を行う。
Wercker 公式サイトの記事中の誤り(2014/11/17 時点)
説明中のリンクが死んでいるので後でプルリクエストを送る。
Wercker Best Practice
-
誤ったリンク
http://devcenter.wercker.com/articles/introduction/concepts.html#deploy-targets
http://devcenter.wercker.com/articles/introduction/concepts.html#builds
http://devcenter.wercker.com/articles/introduction/concepts.html#deploys -
正しいリンク
http://devcenter.wercker.com/articles/introduction/deploys.html#deploy-targets
http://devcenter.wercker.com/articles/introduction/deploys.html#builds
http://devcenter.wercker.com/articles/introduction/deploys.html#deploys