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
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