We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08a09c commit 700d65eCopy full SHA for 700d65e
.platform.app.yaml
@@ -30,12 +30,11 @@ mounts:
30
hooks:
31
build: |
32
set -x -e
33
-
34
- curl -s https://get.symfony.com/cloud/configurator | (>&2 bash)
35
- (>&2 symfony-build)
+ curl -s https://get.symfony.com/cloud/configurator | bash
+ symfony-build
36
deploy: |
37
38
- (>&2 symfony-deploy)
+ symfony-deploy
39
40
crons:
41
run_tasks:
@@ -56,7 +55,3 @@ crons:
56
55
57
relationships:
58
database: "mydatabase:postgresql"
59
60
61
62
0 commit comments