This repository was archived by the owner on Nov 25, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change 1
1
2
+ build:
3
+ before_exec:
4
+ - "rm -rf vendor/"
5
+ - "cp app/config/parameters.yml.pagoda app/config/parameters.yml"
6
+
7
+ exec:
8
+ - "composer install -n --prefer-source --optimize-autoloader --no-progress"
9
+
2
10
web1:
3
11
network_dirs:
4
12
- app/cache
23
31
php_session_autostart: "0"
24
32
php_date_timezone: America/Chicago
25
33
26
- before_exec:
27
- - "rm -rf vendor/"
28
- - "cp app/config/parameters.yml.pagoda app/config/parameters.yml"
29
-
30
- exec:
31
- - "composer install -n --prefer-source --optimize-autoloader --no-progress"
32
-
33
34
before_deploy:
34
35
- "php app/console --env=prod --no-debug doctrine:migrations:migrate -n -v"
35
36
- "php app/console --env=prod --no-debug cache:clear --no-warmup -v"
@@ -65,13 +66,6 @@ worker1:
65
66
php_session_autostart: "0"
66
67
php_date_timezone: America/Chicago
67
68
68
- before_exec:
69
- - "rm -rf vendor/"
70
- - "cp app/config/parameters.yml.pagoda app/config/parameters.yml"
71
-
72
- exec:
73
- - "composer install -n --prefer-source --optimize-autoloader --no-progress"
74
-
75
69
global:
76
70
env:
77
71
- USE_INTL_ICU_DATA_VERSION: true
You can’t perform that action at this time.
0 commit comments