learntocloud / define-the-cloud

API that serves L2C cloud dictionary
https://definethecloud.guide
MIT License
28 stars 8 forks source link

Submit a Cloud Definition: Continuous Delivery #98

Closed joeterlecki closed 1 year ago

joeterlecki commented 1 year ago

Do NOT copy/paste a definition from somewhere else. Read about the word you want to define and come up with your own definition. Copy/Paste submissions will be closed and not added.

Fill out the JSON with your submission:

    {
    "word": "Continuous Delivery",
    "content": "Continous Delivery is the practice of producing changes from source code into production. A Continuous Delivery process is almost always the following step after successful Continuous Integration (CI). Once a CI process is complete the produced artifact is automatically deployed to live environments. In some organization Continuous Delivery and Continuous Deployment exist after CI depending on the level of automation and compliance requirements needed ",
    "learn_more_URL":"https://aws.amazon.com/devops/continuous-delivery/",
    "tag":"devops",
    "abbreviation": "CD",
    "author_name":"Joe Terlecki",
    "author_link": "https://www.youtube.com/c/JoeTerlecki"
    }

Fill out the JSON below with the following.

Word (REQUIRED)

The word you are defining. Check this URL for all words we currently have.

Content (REQUIRED)

The definition. No more than 3 sentences.

learn more URL (REQUIRED)

Website where people can visit to learn more about the word.

tag (REQUIRED and select one)

Tech category the word fits in. Options:

abbreviation (OPTIONAL)

If the word is commonly abbreviated, please provide it. For example, command line interface is often abbreviated as CLI.

author name (REQUIRED)

Your name.

author link (REQUIRED)

The URL you want your name to link to.

madebygps commented 1 year ago

Added, thank you :)