cloudwan / gohan

Gohan is an API Gateway Server written by Go that makes it easy for developers to create and maintain REST-style API
http://www.slideshare.net/natiueno/gohan-61170476
Other
109 stars 44 forks source link

Remove Deploy From CircleCI #674

Closed morrisson closed 6 years ago

morrisson commented 6 years ago

CircleCI deploy (called when PR has been merged) action is now failing. The latest failure looks related to Docker container's change because of migrating circleCI 1.0 to 2.0, so it can be fixed. However, we do not use deployed package so far, therefore we can remove deploy part from circleCI config.

We can bring back deploy part properly if necessary in future.