CoderDojo / community-platform

Zen, the CoderDojo Community Platform!
https://zen.coderdojo.com
MIT License
121 stars 55 forks source link

CircleCi script should differenciate test from deployment build #1100

Open Wardormeur opened 7 years ago

Wardormeur commented 7 years ago

Right now, CircleCI deploys the same version of the env than the one for test, which means it contains every dev-dep, slowing down our deployment by quite a bit (current node_module for cp-zen is 300+ Mb) We need to differenciate a PRE-merge build which goal is to test the PR, from a merge build which is aimed at being deployed.

Wardormeur commented 7 years ago

Seems like the solution are either :

Wardormeur commented 6 years ago

@DanielBrierton is this still the case ?