So I have just about eve…

less than 1 minute read

So I have just about everything setup and working now (preact apps, serverless projects, js libs, and building and deploying on circleci).. But I’ve realised one sticking point. Now that nx correctly only builds and deploys what is affected, it’s increasingly difficult to look back through the CI build logs to find out which build actually was the last build that deployed project X… does anyone have any smart ideas on this? (I was thinking having the main build “trigger” other builds per project, so that you can see the logs of just project X) ?

Responses:

Exactly you would use affected apps and than you trigger the related job

hmmm wish circleci made this a bit easier… i’ll dig through their docs on job parameters and there when clauses etc…

Updated: