- Create a placeholder file e.g.
ci.txt - Copy following code snippet into that file:
schemaVersion: v0.2
prepare:
steps: []
test:
steps: []
run: {}- Rename
ci.txttoci.yml
Now you can access the new CI-Pipeline layout and create your own Landscape Deployments.
- Every service should be exposed to host
0.0.0.0and port3000 - For now every service needs to expose their URL-path accordingly to the corresponding prefix path of the CI-Pipeline configuration.