Skip to content

Instantly share code, notes, and snippets.

@mktakuya
Created August 7, 2020 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mktakuya/3ffcd95f234dbc219f02b3ffc50cc8f9 to your computer and use it in GitHub Desktop.
Save mktakuya/3ffcd95f234dbc219f02b3ffc50cc8f9 to your computer and use it in GitHub Desktop.
ゆるふわPodcast 技術スタック
* Webサイト( `yuru28.com` )
* Rails 6製のWebアプリ
* インフラ
* Heroku
* DBはHeroku Postgres
* 開発周り
* CI
* GitHub Actions
* Pull Requestが出来たらテストが走り、通ったらmerge出来るようになる的な
* 自動デプロイ
* masterにmergeされたら自動でHerokuにデプロイが走る
* GitHub Actionsでそういうことやるのが普通だが、めんどくさいのでHeroku側の機能でやってる。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment