The screencast showed a simple demo of sarabi application deployment tool. In the video, we deployed a single spring-boot Java app.
The app has been prepared and configured to run via sarabi. We showed a snapshot of the application configuration where we extracted database connection parameters and application listening PORT from environment variables that will be automatically injected by sarabi.
We first showed how to configure sarabi cli to point to a sarabi server.
We also showed how the curl command failed before deployment and how we were able to curl the url after deployment. This demonstrate sarabi functionality that allows users to add/remove domains to their application instance. Other functionalities like environment variable addition and modification, log tailing etc is omitted for brevity.