culTest

    One of the 24 questions in this topic

    How much do you know about Git & GitHub: History Engineering and Automation?

    What does continuous deployment, CD, mean?

    Answers

    Writing code nonstop.
    The practice of automatically releasing every approved change directly to production.Correct
    Making commits every 5 minutes.
    Keeping the server always on.

    CD ensures that software can be released reliably at any time.