We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 366a653 + b168fea commit 49e0c70Copy full SHA for 49e0c70
.platform/routes.yaml
.platform.app.yaml renamed to .symfony.cloud.yaml
@@ -5,10 +5,7 @@
5
name: symfonydocs
6
7
# The toolstack used to build the application.
8
-type: "php"
9
-
10
-build:
11
- flavor: "composer"
+type: "python:3.7"
12
13
# The configuration of app when it is exposed to the web.
14
web:
@@ -53,7 +50,7 @@ hooks:
53
50
build: |
54
51
virtualenv .virtualenv
55
52
. .virtualenv/bin/activate
56
- # Platform.sh currently sets PIP_USER=1.
+ # SymfonyCloud currently sets PIP_USER=1.
57
export PIP_USER=
58
pip install pip==9.0.1 wheel==0.29.0
59
pip install -r _build/.requirements.txt
.symfony/routes.yaml
@@ -0,0 +1,11 @@
1
+https://{default}/:
2
+ cache:
3
+ cookies:
4
+ - '*'
+ default_ttl: 0
+ enabled: true
+ headers:
+ - Accept
+ - Accept-Language
+ type: upstream
+ upstream: symfonydocs:http
.platform/services.yaml renamed to .symfony/services.yaml
0 commit comments