update from sparkleup
This commit is contained in:
parent
a84aeed741
commit
c5cd1ee0e6
|
@ -35,13 +35,17 @@ The tutorial series is of medium complexity for someone with dev experience, req
|
|||
|
||||
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
|
||||
Successful docker runner build: <https://drone.do-assess.makyo.dev/makyo/test-flask/25>
|
||||
|
||||
1. Set up Drone docker runner for testing
|
||||
2. Set up Drone exec 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.
|
||||
|
||||
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
|
||||
3. Using branch limits:
|
||||
|
|
Loading…
Reference in New Issue