update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-12-05 19:39:48 -08:00
parent dd2edef0fc
commit 4332475907
1 changed files with 9 additions and 3 deletions

View File

@ -28,22 +28,28 @@
<li>Set up Nginx reverseproxy to host it</li>
<li>Set up Gitea with Systemd per instructions</li>
<li>Create a repo for your app</li>
<li>Installing Drone to work with Gitea:</li>
</ol>
</li>
<li>
<p>Installing Drone to work with Gitea:</p>
<p>By the end of the tutorial, the user will have an instance of Drone running and connected to Gitea that will be able to build and test applications as the user works on them.</p>
<ol>
<li>Download Drone</li>
<li>Set up Nginx reverseproxy</li>
<li>Integrate Drone and Gitea</li>
<li>Set up project in Drone</li>
<li>Setting up CI/CD with Drone and Gitea:</li>
</ol>
</li>
<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>
<ol>
<li>Set up Drone runner for testing</li>
<li>Set up Drone runner for deployment</li>
<li>Setting up deployment strategies with Drone and Gitea:</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>
<ol>
<li>Set up pipeline steps for e.g: sandbox, staging, prod</li>