Home > DevOps > API Deployment via CI/CD

API Deployment via CI/CD

Nicolas Masse published a great article on the Red Hat Developer titled “5 principals for deploying your API from a CI/CD pipeline”.

In short they are:

  1. Use a contract-first approach
  2. Ensure the testability of your API
  3. Adhere to the semantic versioning
  4. Be idempotent
  5. Apply the API-Managment-as-Code principals

Read the article in full at https://developers.redhat.com/blog/2019/07/26/5-principles-for-deploying-your-api-from-a-ci-cd-pipeline/