czc-dev / Ordering-system

A project of Ordering system
Mozilla Public License 2.0
1 stars 0 forks source link

Deploy config #89

Open arsley opened 4 years ago

arsley commented 4 years ago

背景

現状「PRにタグづけ・リリース」をしてからじゃないとmergeできない。 ただこれだとタグの付け所をミスると変な感じになるし、何よりmergeにかける手間が多い。

arsley/working_times のように「GitHub上でのリリースの作成・タグづけ」をデプロイのトリガーにしたらいいんじゃないかなと思う。

arsley commented 4 years ago

どうにかなるまで一旦CIとmerge protection止める。

arsley commented 4 years ago

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
arsley commented 4 years ago

CIの利用方針

arsley commented 4 years ago

最後の Docker Hub build はこれで落ちてる。

yarn run v1.21.1
error Command "build" not found.

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
arsley commented 4 years ago

CIの利用方針

push exclude master

release