File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 5
5
name : symfonydocs
6
6
7
7
# The toolstack used to build the application.
8
- type : " python:3.7 "
8
+ type : " php:7.2 "
9
9
10
10
# The configuration of app when it is exposed to the web.
11
11
web :
12
12
# The public directory of the app, relative to its root.
13
- document_root : " /_build/html "
13
+ document_root : " /_build/output "
14
14
index_files :
15
15
- index.html
16
16
whitelist :
40
40
# The size of the persistent disk of the application (in MB).
41
41
disk : 512
42
42
43
- # Build time dependencies.
44
- dependencies :
45
- python :
46
- virtualenv : 15.1.0
47
-
48
43
# The hooks that will be performed when the package is deployed.
49
44
hooks :
50
45
build : |
51
- virtualenv .virtualenv
52
- . .virtualenv/bin/activate
53
- # SymfonyCloud currently sets PIP_USER=1.
54
- export PIP_USER=
55
- pip install pip==9.0.1 wheel==0.29.0
56
- pip install -r _build/.requirements.txt
57
- find .virtualenv -type f -name "*.rst" -delete
58
- make -C _build html
46
+ cd _build
47
+ composer install --prefer-dist --no-progress
48
+ php build.php
You can’t perform that action at this time.
0 commit comments