Add an extra deploy environment (INT/ACC/PRD) - so 3 instead of 2.
We currently have two environments on your servers.
Live and Staging. (:8443)
However, we use three "pipelines":
- master (Production; live)
- acceptance ("prelive") (mirror of production environment)
- integration / Develop (staging)
1) Please make sure we can easily have that other environment where we can deploy the ACC --> so 3 instead of 1.
2) The staging is now always running on port :8443.
Please make it possible to use subdomains instead.
I suggest:
- www (production; live)
- pre-live (acc)
- staging (int)
Jos Jonkeren
4
votes
Jos Jonkeren
shared this idea