Hello cloud

This commit is contained in:
Pierre Martin
2021-03-08 04:43:53 +01:00
parent 6994b85f09
commit 3fc9bef623
3 changed files with 39 additions and 0 deletions

12
.platform/routes.yaml Normal file
View File

@@ -0,0 +1,12 @@
# The routes of the project.
#
# Each route describes how an incoming URL is going
# to be processed by Platform.sh.
"https://{default}/":
type: upstream
upstream: "app:http"
"https://www.{default}/":
type: redirect
to: "https://{default}/"

0
.platform/services.yaml Normal file
View File