Skip to content

Commit

Permalink
[Platform.sh] Remove not valid web/app_dev.php logic, not relevant fo…
Browse files Browse the repository at this point in the history
…r master
  • Loading branch information
andrerom committed Oct 1, 2019
1 parent e5ed02b commit 43b297f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ hooks:
composer install --no-dev --prefer-dist --no-progress --no-interaction --optimize-autoloader
# Generic cleanup to remove files we don't want to be deployed to prod (you don't need this for "dev" ENV)
rm web/app_dev.php
# Deploy hook, access to services & done once (per cluster, not per node), only mounts are writable at this point
# Note: Http traffic is paused while this is running, so for prod code this should finish as fast as possible, < 30s
deploy: |
Expand Down

0 comments on commit 43b297f

Please sign in to comment.