From 5dc3c43a1066b54bfe602abfeeb57bb9aec44e2d Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Mon, 6 Dec 2021 18:15:50 -0800 Subject: [PATCH] update from sparkleup --- diary/2021-12-05.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/diary/2021-12-05.html b/diary/2021-12-05.html index efac18300..36b353d82 100644 --- a/diary/2021-12-05.html +++ b/diary/2021-12-05.html @@ -44,14 +44,16 @@
  • Setting up CI/CD with Drone and Gitea:

    By the end of the tutorial, the user will have an application that is continuously tested and deployed to a server to be accessed by the public.

    +

    Successful docker runner build: https://drone.do-assess.makyo.dev/makyo/test-flask/25

      -
    1. Set up Drone runner for testing
    2. -
    3. Set up Drone runner for deployment
    4. +
    5. Set up Drone docker runner for testing
    6. +
    7. Set up Drone exec runner for deployment
  • Setting up deployment strategies with Drone and Gitea:

    By the end of the tutorial, the user will have an application set up in three environments — sandbox, staging, and production — that are managed through Drone. This will be offered in two very closely paths: using when clauses in the steps to deploy to different environments, and using Drone’s concept of promotion to manually promote builds to environments.

    +

    Successful deploys at: https://sandbox.do-assess.makyo.dev https://staging.do-assess.makyo.dev https://sandbox.do-assess.makyo.dev

    1. Set up pipeline steps for e.g: sandbox, staging, prod
    2. Set up Nginx to serve each target