Skip to content

Continuous Integration

Panpan974 edited this page Nov 25, 2017 · 2 revisions

Continous integration

A CI/CD strategy is in place.

These branches are built constantly on changes, but not equally deployed remotely:

  • develop is constantly built on changes, but not remotely deployed.
  • master built to the staging environment
  • prod built to the production environment (WIP)

Statuses:

  • develop: Build Status
  • master: Build Status
  • prod: WIP

DEPRECATED:

Select Dockerfile.api (for Docker-compose) if asked.

./gradlew buildDocker
heroku container:push --recursive
Clone this wiki locally