Verify Travis build and Test the Deployed Application

When the automated testing and building process is complete, you will be notified of the results in the Travis console. You can find the details of the build status under Requests.

If the build is successful and the CLI commands specified in the travis.yml file executed successfully, the deployed Cat.ly application will be hosted and available in the Catalyst web console.

You can now access the deployed Cat.ly application from its web app URL in the Catalyst console. You can enter a URL to shorten to test it as explained in the Test the Application step in the primary tutorial.

With this CI/CD system setup in place, every time you make any changes in the Cat.ly application’s code and update it in the Git repo, the updated code will be automatically tested and deployed to Catalyst by Travis CI.

Last Updated 2023-08-04 20:20:24 +0530 +0530

RELATED LINKS

Web Client Hosting