On Your Site
Local Development
Site Code
Guides
Site Configuration
Content Management
Forms
Form API
Templates
Site Code
Deployments
Dijon Platform sites are automatically deployed using Continuous Delivery. This
means that once you push code to the develop
, staging
or master
branch
that code will be pushed to the develop, staging or production environments.
Environments
Dijon Platform uses the standard develop, staging and production pattern that is popular with many similar products.
-
develop Used for site developers to test their sites when significant Dijon Platform upgrades are in UAT.
-
staging Used for site developers their latest site changes before they push their changes into production. Staging runs the production version of the Dijon Platform code so you can be confident that if your code works on staging it will work in production
-
production Using the
master
branch, site developers add their latest code to update their live site.