The dev domain is recommended for branch builds.
Anything pushed on main
is deployed to both of these:
https://braincells.dev.elva-group.com/ https://braincells.elva-group.com/
tree -d --gitignore
.
├── components
├── examples
│ │ // the example solutions
│ ├── serverless-aws
│ └── serverless-challenges
├── exercises
│ ├── first-api
│ ├── image-service
│ └── weather-report
├── public
│ // the markdown for serverless-aws
├── serverless-aws
│ // the markdown for serverless-challenges
└── serverless-challenges