notes
This commit is contained in:
@ -33,3 +33,44 @@ graph TD
|
||||
style C1 fill:#bbf,stroke:#333,stroke-width:2px,stroke-dasharray: 5,5
|
||||
style C2 fill:#bbf,stroke:#333,stroke-width:2px,stroke-dasharray: 5,5
|
||||
|
||||
|
||||
|
||||
%% graph TD
|
||||
%% A[Branches] --> B[master]
|
||||
%% A --> C[stable]
|
||||
%% A --> D[deployment]
|
||||
%% A --> E[GAT-5073]
|
||||
%% A --> F[GAT-5098]
|
||||
|
||||
%% B --> G[Release_ProfessionalTestServer]
|
||||
%% B --> H[Release_DemoServer]
|
||||
|
||||
%% C --> I[Release_DemoServer]
|
||||
%% C --> J[Release_ProfessionalTestServer]
|
||||
|
||||
%% D --> K[Release_ProductionServer]
|
||||
%% D --> L[Release_ProfessionalServer]
|
||||
|
||||
%% E --> M[Staging_TestServer]
|
||||
|
||||
%% F --> N[Staging_DemoServer]
|
||||
|
||||
%% G --> O[TESTPRO - production]
|
||||
%% H --> P[DEMO - production]
|
||||
|
||||
%% I --> Q[DEMO - production]
|
||||
%% J --> R[TESTPRO - production]
|
||||
|
||||
%% K --> S[PROD - staging]
|
||||
%% L --> T[PRO - production]
|
||||
|
||||
%% M --> U[TEST - staging]
|
||||
|
||||
%% N --> V[DEMO - staging]
|
||||
|
||||
%% style A fill:#f9f,stroke:#333,stroke-width:2px
|
||||
%% style B fill:#bbf,stroke:#333,stroke-width:2px
|
||||
%% style C fill:#bbf,stroke:#333,stroke-width:2px
|
||||
%% style D fill:#bbf,stroke:#333,stroke-width:2px
|
||||
%% style E fill:#bbf,stroke:#333,stroke-width:2px
|
||||
%% style F fill:#bbf,stroke:#333,stroke-width:2px
|
Reference in New Issue
Block a user