Open arsley opened 4 years ago
どうにかなるまで一旦CIとmerge protection止める。
CIはこういう理由で落ちてる。
could not translate host name "postgres" to address: Name or service not known
Couldn't create 'ordering-test' database. Please check your configuration.
rails aborted!
ActiveRecord::NoDatabaseError: could not translate host name "postgres" to address: Name or service not known
Caused by:
PG::ConnectionBad: could not translate host name "postgres" to address: Name or service not known
CIの利用方針
最後の Docker Hub build はこれで落ちてる。
yarn run v1.21.1
[91merror Command "build" not found.
[0m
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Removing intermediate container 02c6d65d1922
The command '/bin/bash -lc yarn && yarn build && rm -rf node_modules' returned a non-zero code: 1
CIの利用方針
push exclude master
release
背景
現状「PRにタグづけ・リリース」をしてからじゃないとmergeできない。 ただこれだとタグの付け所をミスると変な感じになるし、何よりmergeにかける手間が多い。
案
arsley/working_times のように「GitHub上でのリリースの作成・タグづけ」をデプロイのトリガーにしたらいいんじゃないかなと思う。