Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroku pipelineの導入 #255

Closed
8 tasks done
ofl opened this issue Sep 17, 2018 · 0 comments · Fixed by #257
Closed
8 tasks done

Heroku pipelineの導入 #255

ofl opened this issue Sep 17, 2018 · 0 comments · Fixed by #257
Assignees

Comments

@ofl
Copy link
Owner

ofl commented Sep 17, 2018

機能要求

資料

作業

  • Stg用アプリを作成する
  • Stg用アプリの環境変数、アドオンなどの設定
  • heroku buildpacks:add --index 1 heroku/nodejs -a ステージングapp
  • git remote add staging git@heroku.com:obscure-fjord-41491-stg.git
  • Githubとの連携、Automatic deploysを有効にする
  • Pipelineの作成
  • Pipelineにstaging、productionアプリを設定する
  • Pipelineの設定からReview Appsの設定を行う

完了条件

  • staging環境が作成されること
  • PRするとReview Appsが作成されること
  • masterにマージされるとstagingに反映されること
@ofl ofl self-assigned this Sep 17, 2018
ofl added a commit that referenced this issue Sep 17, 2018
ofl added a commit that referenced this issue Sep 17, 2018
ofl added a commit that referenced this issue Sep 17, 2018
[#255]herokuにデプロイの修正
@ofl ofl closed this as completed in #257 Sep 17, 2018
ofl added a commit that referenced this issue Sep 17, 2018
[#255]デプロイサイクルのテスト
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant