You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -503,7 +503,8 @@ graph TD;
503
503
- Run ``run.sh`` on ``Server 1``
504
504
- Check the logs on ``Server 1``, if any issues are found, run the command ``rollback.sh``.
505
505
- If no problems are detected, run the command ``run.sh`` on both ``Server 2`` and ``Server 3``.
506
-
- This process can be automated as well using Jenkins.
506
+
- This process can be automated as well using Jenkins & Ansible.
507
+
- Note: ``Docker-Blue-Green-Runner`` focuses only on a single Blue-Green module, so tasks such as load balancing and deployment automation are outside its scope.
0 commit comments