update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-12-06 18:15:50 -08:00
parent 50a8059d0d
commit 5dc3c43a10
1 changed files with 4 additions and 2 deletions

View File

@ -44,14 +44,16 @@
<li>
<p>Setting up CI/CD with Drone and Gitea:</p>
<p>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.</p>
<p>Successful docker runner build: <a href="https://drone.do-assess.makyo.dev/makyo/test-flask/25">https://drone.do-assess.makyo.dev/makyo/test-flask/25</a></p>
<ol>
<li>Set up Drone runner for testing</li>
<li>Set up Drone runner for deployment</li>
<li>Set up Drone docker runner for testing</li>
<li>Set up Drone exec runner for deployment</li>
</ol>
</li>
<li>
<p>Setting up deployment strategies with Drone and Gitea:</p>
<p>By the end of the tutorial, the user will have an application set up in three environments &mdash; sandbox, staging, and production &mdash; that are managed through Drone. This will be offered in two very closely paths: using <code>when</code> clauses in the steps to deploy to different environments, and using Drone&rsquo;s concept of promotion to manually promote builds to environments.</p>
<p>Successful deploys at: <a href="https://sandbox.do-assess.makyo.dev">https://sandbox.do-assess.makyo.dev</a> <a href="https://staging.do-assess.makyo.dev">https://staging.do-assess.makyo.dev</a> <a href="https://sandbox.do-assess.makyo.dev">https://sandbox.do-assess.makyo.dev</a></p>
<ol>
<li>Set up pipeline steps for e.g: sandbox, staging, prod</li>
<li>Set up Nginx to serve each target</li>