update from sparkleup
This commit is contained in:
parent
2d43784257
commit
713f203694
|
@ -20,6 +20,7 @@ The tutorial series is of medium complexity for someone with dev experience, req
|
|||
2. Set up Nginx reverseproxy to host it
|
||||
3. Set up Gitea with Systemd per instructions
|
||||
4. Create a repo for your app
|
||||
|
||||
2. Installing Drone to work with Gitea:
|
||||
|
||||
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.
|
||||
|
@ -28,12 +29,14 @@ The tutorial series is of medium complexity for someone with dev experience, req
|
|||
2. Set up Nginx reverseproxy
|
||||
3. Integrate Drone and Gitea
|
||||
4. Set up project in Drone
|
||||
|
||||
3. 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.
|
||||
|
||||
1. Set up Drone runner for testing
|
||||
2. Set up Drone runner for deployment
|
||||
|
||||
4. 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.
|
||||
|
|
Loading…
Reference in New Issue