-
Overview
-
Quickstart
-
Build your first application
- Introduction
- Prerequisite
- Concepts
- CI build
- Deployment
- redtests quickstart
- Command line interface (rp-cli)
- Local builder
- Building Microservices Natively
Enjoy your “continuous tested” app
- Once you have done the right modifications in your project sources, push it to your git repository
- Re-build your application through the redpesk WebUI or through redpesk command line (
rp-cli
)
rp-cli applications build your-application
- If the build succeeds, you can start the tests (through webUI or
rp-cli
)
rp-cli applications test your-application