Skip to content

Commit e95a98c

Browse files
committed
minor #229 Simplify .platform.app.yaml (fabpot)
This PR was merged into the master branch. Discussion ---------- Simplify .platform.app.yaml Commits ------- 700d65e Simplify .platform.app.yaml
2 parents c08a09c + 700d65e commit e95a98c

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.platform.app.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ mounts:
3030
hooks:
3131
build: |
3232
set -x -e
33-
34-
curl -s https://get.symfony.com/cloud/configurator | (>&2 bash)
35-
(>&2 symfony-build)
33+
curl -s https://get.symfony.com/cloud/configurator | bash
34+
symfony-build
3635
deploy: |
3736
set -x -e
38-
(>&2 symfony-deploy)
37+
symfony-deploy
3938
4039
crons:
4140
run_tasks:
@@ -56,7 +55,3 @@ crons:
5655

5756
relationships:
5857
database: "mydatabase:postgresql"
59-
60-
61-
62-

0 commit comments

Comments
 (0)