Articles in this section

How does Platform.sh work?

A Git-driven system

Platform.sh is built on one main idea — your server infrastructure is part of your app, so it should be version controlled along with your app.

Each time you push a change to your app through Git or activate an environment, your app goes through a process to be built and deployed.

The build and deploy process is described in more detail in the following page.

Container-based applications

Each environment you deploy on Platform.sh is built as a set of containers. Each container is an isolated instance with specific resources.

The containers are built based on a set of YAML configuration files that are committed to your project's git repository, alongside your app's code.

For more information, see the Structure of a Platform.sh project.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.